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.
|
Modifier and Type | Method and Description |
---|---|
DownloadOptions |
JNLPFile.getDownloadOptions() |
DownloadOptions |
PluginBridge.getDownloadOptions() |
Modifier and Type | Field and Description |
---|---|
protected DownloadOptions |
ResourceUrlCreator.downloadOptions |
Modifier and Type | Method and Description |
---|---|
DownloadOptions |
Resource.getDownloadOptions() |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
ResourceUrlCreator(Resource resource,
DownloadOptions downloadOptions) |