Uses of Class
javax.jnlp.DownloadService2.ResourceSpec
-
Packages that use DownloadService2.ResourceSpec Package Description javax.jnlp The JNLP API is designed to provide additional services to JNLP applications running in the Java Plugin or launched by Java Web Start. -
-
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 spec)
Returns all resources in the cache that match one of the specified resource specs.DownloadService2.ResourceSpec[]
DownloadService2. getUpdateAvailableResources(DownloadService2.ResourceSpec spec)
Returns all resources in the cache that match one of the specified resource specs AND have an update available from their server.Methods in javax.jnlp with parameters of type DownloadService2.ResourceSpec Modifier and Type Method Description DownloadService2.ResourceSpec[]
DownloadService2. getCachedResources(DownloadService2.ResourceSpec spec)
Returns all resources in the cache that match one of the specified resource specs.DownloadService2.ResourceSpec[]
DownloadService2. getUpdateAvailableResources(DownloadService2.ResourceSpec spec)
Returns all resources in the cache that match one of the specified resource specs AND have an update available from their server.
-