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
 

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.
 

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