IcedTea-Web
NetX

Uses of Class
net.sourceforge.jnlp.DownloadOptions

Packages that use DownloadOptions
net.sourceforge.jnlp This package contains the classes that represent the parts of a Java Network Launching Protocol (JNLP) file as objects, and a way to launch a JNLP file as an application, applet, or installer. 
net.sourceforge.jnlp.cache This package contains the JNLP cache. 
 

Uses of DownloadOptions in net.sourceforge.jnlp
 

Methods in net.sourceforge.jnlp that return DownloadOptions
 DownloadOptions PluginBridge.getDownloadOptionsForJar(JARDesc jar)
          
 DownloadOptions JNLPFile.getDownloadOptionsForJar(JARDesc jar)
          XXX: this method does a "==" comparison between the input JARDesc and jars it finds through getResourcesDescs().
 

Uses of DownloadOptions in net.sourceforge.jnlp.cache
 

Fields in net.sourceforge.jnlp.cache declared as DownloadOptions
protected  DownloadOptions ResourceUrlCreator.downloadOptions
           
 

Methods in net.sourceforge.jnlp.cache with parameters of type DownloadOptions
 void ResourceTracker.addResource(java.net.URL location, Version version, DownloadOptions options, UpdatePolicy updatePolicy)
          Add a resource identified by the specified location and version.
 

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


IcedTea-Web
NetX

Submit a bug or feature