Uses of Class
net.sourceforge.jnlp.cache.Resource
-
Packages that use Resource Package Description net.sourceforge.jnlp.cache This package contains the JNLP cache.net.sourceforge.jnlp.event net.sourceforge.jnlp.security package generally about showing various security prompts -
-
Uses of Resource in net.sourceforge.jnlp.cache
Fields in net.sourceforge.jnlp.cache declared as Resource Modifier and Type Field Description protected Resource
ResourceUrlCreator. resource
Methods in net.sourceforge.jnlp.cache that return Resource Modifier and Type Method Description static Resource
Resource. getResource(java.net.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 Resource Modifier and Type Method Description protected 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 Resource Constructor Description ResourceDownloader(Resource resource, java.lang.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 Resource Constructor Description DownloadEvent(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 Modifier and Type Method Description static boolean
SecurityDialogs. show511Dialogue(Resource r)
-