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 |
PluginBridge.getDownloadOptionsForJar(JARDesc jar)
XXX: this method does a "==" comparison between the input JARDesc and
jars it finds through getResourcesDescs().
|
DownloadOptions |
JNLPFile.getDownloadOptionsForJar(JARDesc jar)
XXX: this method does a "==" comparison between the input JARDesc and
jars it finds through getResourcesDescs().
|
Modifier and Type | Field and Description |
---|---|
protected DownloadOptions |
ResourceUrlCreator.downloadOptions |
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.
|
Constructor and Description |
---|
ResourceUrlCreator(Resource resource,
DownloadOptions downloadOptions) |