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() |
JARDesc[] |
ResourcesDesc.getJARs(java.lang.String partName) |
JARDesc |
ResourcesDesc.getMainJAR() |
static JARDesc |
ResourcesDesc.getMainJAR(JARDesc[] jars) |
static JARDesc |
ResourcesDesc.getMainJAR(java.util.List<JARDesc> jars) |
Modifier and Type | Method and Description |
---|---|
static JARDesc |
ResourcesDesc.getMainJAR(JARDesc[] jars) |
Modifier and Type | Method and Description |
---|---|
static JARDesc |
ResourcesDesc.getMainJAR(java.util.List<JARDesc> jars) |
Modifier and Type | Method and Description |
---|---|
static JARDesc[] |
ManageJnlpResources.findJars(JNLPClassLoader rootClassLoader,
java.net.URL ref,
java.lang.String part,
Version version)
Returns jars from the JNLP file with the part name provided.
|
Modifier and Type | Method and Description |
---|---|
SecurityDesc |
JNLPClassLoader.SecurityDelegate.getCodebaseSecurityDesc(JARDesc jarDesc,
java.net.URL codebaseHost) |
SecurityDesc |
JNLPClassLoader.SecurityDelegateImpl.getCodebaseSecurityDesc(JARDesc jarDesc,
java.net.URL codebaseHost) |
static void |
ManageJnlpResources.removeCachedJars(JNLPClassLoader classLoader,
java.net.URL ref,
JARDesc[] jars)
Removes jars from cache.
|
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.
|
java.lang.String |
JNLPClassLoader.checkForAttributeInJars(java.util.List<JARDesc> jars,
java.util.jar.Attributes.Name name)
*
Checks for the jar that contains the attribute.
|
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 |
---|---|
static boolean |
JarCertVerifier.isJarSigned(JARDesc jar,
AppVerifier verifier,
ResourceTracker tracker) |
Modifier and Type | Method and Description |
---|---|
void |
JarCertVerifier.add(java.util.List<JARDesc> jars,
ResourceTracker tracker)
Update the verifier to consider new jars when verifying.
|