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.runtime |
This package contains the classes that manage the secure runtime
environment for JNLP apps.
|
net.sourceforge.jnlp.tools |
Modifier and Type | Method and Description |
---|---|
JARDesc[] |
ResourcesDesc.getJARs()
Returns all of the JARs.
|
JARDesc[] |
ResourcesDesc.getJARs(java.lang.String partName)
Returns the JARs with the specified part name.
|
JARDesc |
ResourcesDesc.getMainJAR()
Returns the main JAR for these resources.
|
Modifier and Type | Method and Description |
---|---|
DownloadOptions |
PluginBridge.getDownloadOptionsForJar(JARDesc jar) |
DownloadOptions |
JNLPFile.getDownloadOptionsForJar(JARDesc jar)
XXX: this method does a "==" comparison between the input JARDesc and
jars it finds through getResourcesDescs().
|
Modifier and Type | Method and Description |
---|---|
protected void |
JNLPClassLoader.activateNative(JARDesc jar)
Search for and enable any native code contained in a JAR by copying the
native files into the filesystem.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JNLPClassLoader.activateJars(java.util.List<JARDesc> jars)
Ensures that the list of jars have all been transferred, and
makes them available to the classloader.
|
protected void |
JNLPClassLoader.fillInPartJars(java.util.List<JARDesc> jars)
Adds to the specified list of JARS any other JARs that need
to be loaded at the same time as the JARs specified (ie, are
in the same part).
|
Modifier and Type | Method and Description |
---|---|
void |
JarCertVerifier.verifyJars(java.util.List<JARDesc> jars,
ResourceTracker tracker) |