Uses of Class
net.sourceforge.jnlp.DownloadOptions
-
Packages that use DownloadOptions Package Description 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 Modifier and Type Method Description DownloadOptionsJNLPFile. getDownloadOptions()DownloadOptionsPluginBridge. getDownloadOptions() -
Uses of DownloadOptions in net.sourceforge.jnlp.cache
Fields in net.sourceforge.jnlp.cache declared as DownloadOptions Modifier and Type Field Description protected DownloadOptionsResourceUrlCreator. downloadOptionsMethods in net.sourceforge.jnlp.cache that return DownloadOptions Modifier and Type Method Description DownloadOptionsResource. getDownloadOptions()Methods in net.sourceforge.jnlp.cache with parameters of type DownloadOptions Modifier and Type Method Description voidResourceTracker. addResource(java.net.URL location, Version version, DownloadOptions options, UpdatePolicy updatePolicy)Add a resource identified by the specified location and version.voidResource. setDownloadOptions(DownloadOptions downloadOptions)Constructors in net.sourceforge.jnlp.cache with parameters of type DownloadOptions Constructor Description ResourceUrlCreator(Resource resource, DownloadOptions downloadOptions)
-