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 DownloadOptions
JNLPFile. getDownloadOptions()
DownloadOptions
PluginBridge. getDownloadOptions()
-
Uses of DownloadOptions in net.sourceforge.jnlp.cache
Fields in net.sourceforge.jnlp.cache declared as DownloadOptions Modifier and Type Field Description protected DownloadOptions
ResourceUrlCreator. downloadOptions
Methods in net.sourceforge.jnlp.cache that return DownloadOptions Modifier and Type Method Description DownloadOptions
Resource. getDownloadOptions()
Methods in net.sourceforge.jnlp.cache with parameters of type DownloadOptions Modifier and Type Method Description void
ResourceTracker. addResource(java.net.URL location, Version version, DownloadOptions options, UpdatePolicy updatePolicy)
Add a resource identified by the specified location and version.void
Resource. setDownloadOptions(DownloadOptions downloadOptions)
Constructors in net.sourceforge.jnlp.cache with parameters of type DownloadOptions Constructor Description ResourceUrlCreator(Resource resource, DownloadOptions downloadOptions)
-