Uses of Class
net.sourceforge.jnlp.cache.Resource
Packages that use Resource
Package
Description
This package contains the JNLP cache.
package generally about showing various security prompts
-
Uses of Resource in net.sourceforge.jnlp.cache
Fields in net.sourceforge.jnlp.cache declared as ResourceMethods in net.sourceforge.jnlp.cache that return ResourceModifier and TypeMethodDescriptionstatic Resource
Resource.getResource
(URL location, Version requestVersion, UpdatePolicy updatePolicy) Return a shared Resource object representing the given location and version.Methods in net.sourceforge.jnlp.cache with parameters of type ResourceModifier and TypeMethodDescriptionprotected net.sourceforge.jnlp.cache.ResourceDownloader.UrlRequestResult
ResourceDownloader.findBestUrl
(Resource resource) Returns the 'best' valid URL for the given resource.protected void
ResourceTracker.fireDownloadEvent
(Resource resource) Fires the download event corresponding to the resource's state.protected void
ResourceTracker.startDownloadThread
(Resource resource) Start a new download thread.Constructors in net.sourceforge.jnlp.cache with parameters of type ResourceModifierConstructorDescriptionResourceDownloader
(Resource resource, Object lock) ResourceUrlCreator
(Resource resource, DownloadOptions downloadOptions) -
Uses of Resource in net.sourceforge.jnlp.event
Constructors in net.sourceforge.jnlp.event with parameters of type ResourceModifierConstructorDescriptionDownloadEvent
(ResourceTracker source, Resource resource) Creates a launch event for the specified application instance. -
Uses of Resource in net.sourceforge.jnlp.security
Methods in net.sourceforge.jnlp.security with parameters of type Resource