Uses of Class
javax.jnlp.DownloadService2.ResourceSpec
-
Packages that use DownloadService2.ResourceSpec Package Description javax.jnlp net.sourceforge.jnlp.services This package contains the classes that implement the standard services defined by the JNLP specification. -
-
Uses of DownloadService2.ResourceSpec in javax.jnlp
Methods in javax.jnlp that return DownloadService2.ResourceSpec Modifier and Type Method Description DownloadService2.ResourceSpec[]
DownloadService2. getCachedResources(DownloadService2.ResourceSpec resourceSpec)
DownloadService2.ResourceSpec[]
DownloadService2. getUpdateAvailableResources(DownloadService2.ResourceSpec resourceSpec)
Methods in javax.jnlp with parameters of type DownloadService2.ResourceSpec Modifier and Type Method Description DownloadService2.ResourceSpec[]
DownloadService2. getCachedResources(DownloadService2.ResourceSpec resourceSpec)
DownloadService2.ResourceSpec[]
DownloadService2. getUpdateAvailableResources(DownloadService2.ResourceSpec resourceSpec)
-
Uses of DownloadService2.ResourceSpec in net.sourceforge.jnlp.services
Methods in net.sourceforge.jnlp.services that return DownloadService2.ResourceSpec Modifier and Type Method Description DownloadService2.ResourceSpec[]
XDownloadService2. getCachedResources(DownloadService2.ResourceSpec resourceSpec)
DownloadService2.ResourceSpec[]
XDownloadService2. getUpdateAvailableResources(DownloadService2.ResourceSpec resourceSpec)
Methods in net.sourceforge.jnlp.services with parameters of type DownloadService2.ResourceSpec Modifier and Type Method Description DownloadService2.ResourceSpec[]
XDownloadService2. getCachedResources(DownloadService2.ResourceSpec resourceSpec)
DownloadService2.ResourceSpec[]
XDownloadService2. getUpdateAvailableResources(DownloadService2.ResourceSpec resourceSpec)
-