Package net.sourceforge.jnlp.services
Class XDownloadService2
java.lang.Object
net.sourceforge.jnlp.services.XDownloadService2
- All Implemented Interfaces:
DownloadService2
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.jnlp.DownloadService2
DownloadService2.ResourceSpec
-
Field Summary
Fields inherited from interface javax.jnlp.DownloadService2
ALL, APPLET, APPLICATION, CLASS, EXTENSION, IMAGE, JAR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCachedResources
(DownloadService2.ResourceSpec resourceSpec) getUpdateAvailableResources
(DownloadService2.ResourceSpec resourceSpec)
-
Constructor Details
-
XDownloadService2
public XDownloadService2()
-
-
Method Details
-
getCachedResources
public DownloadService2.ResourceSpec[] getCachedResources(DownloadService2.ResourceSpec resourceSpec) - Specified by:
getCachedResources
in interfaceDownloadService2
-
getUpdateAvailableResources
public DownloadService2.ResourceSpec[] getUpdateAvailableResources(DownloadService2.ResourceSpec resourceSpec) - Specified by:
getUpdateAvailableResources
in interfaceDownloadService2
-