Package net.sourceforge.jnlp.services
Class XDownloadService2
- java.lang.Object
-
- net.sourceforge.jnlp.services.XDownloadService2
-
- All Implemented Interfaces:
DownloadService2
public class XDownloadService2 extends java.lang.Object implements 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 Constructor Description XDownloadService2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadService2.ResourceSpec[]
getCachedResources(DownloadService2.ResourceSpec resourceSpec)
DownloadService2.ResourceSpec[]
getUpdateAvailableResources(DownloadService2.ResourceSpec resourceSpec)
-
-
-
Method Detail
-
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
-
-