Uses of Class
net.sourceforge.jnlp.DownloadOptions
Packages that use DownloadOptions
Package
Description
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.
This package contains the JNLP cache.
-
Uses of DownloadOptions in net.sourceforge.jnlp
Methods in net.sourceforge.jnlp that return DownloadOptionsModifier and TypeMethodDescriptionJNLPFile.getDownloadOptions()
PluginBridge.getDownloadOptions()
-
Uses of DownloadOptions in net.sourceforge.jnlp.cache
Fields in net.sourceforge.jnlp.cache declared as DownloadOptionsModifier and TypeFieldDescriptionprotected final DownloadOptions
ResourceUrlCreator.downloadOptions
Methods in net.sourceforge.jnlp.cache that return DownloadOptionsMethods in net.sourceforge.jnlp.cache with parameters of type DownloadOptionsModifier and TypeMethodDescriptionvoid
ResourceTracker.addResource
(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 DownloadOptionsModifierConstructorDescriptionResourceUrlCreator
(Resource resource, DownloadOptions downloadOptions)