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