IcedTea-Web
NetX

Uses of Class
net.sourceforge.jnlp.cache.Resource

Packages that use Resource
net.sourceforge.jnlp.cache This package contains the JNLP cache. 
net.sourceforge.jnlp.event This package contains the JNLP events. 
 

Uses of Resource in net.sourceforge.jnlp.cache
 

Fields in net.sourceforge.jnlp.cache declared as Resource
protected  Resource ResourceUrlCreator.resource
           
 

Methods in net.sourceforge.jnlp.cache that return Resource
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
protected  void ResourceTracker.fireDownloadEvent(Resource resource)
          Fires the download event corresponding to the resource's state.
protected  java.net.URL ResourceUrlCreator.getUrl(Resource resource, boolean usePack, boolean useVersion)
          Returns a url for the resource.
protected  java.net.URL ResourceUrlCreator.getVersionedUrlUsingQuery(Resource resource)
          Returns the URL for a resource, relying on HTTP query for getting the right version
 

Constructors in net.sourceforge.jnlp.cache with parameters of type Resource
ResourceUrlCreator(Resource resource, DownloadOptions downloadOptions)
           
 

Uses of Resource in net.sourceforge.jnlp.event
 

Constructors in net.sourceforge.jnlp.event with parameters of type Resource
DownloadEvent(ResourceTracker source, Resource resource)
          Creates a launch event for the specified application instance.
 


IcedTea-Web
NetX

Submit a bug or feature