Uses of Class
net.sourceforge.jnlp.JARDesc
Packages that use JARDesc
Package
Description
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.
This package contains the classes that manage the secure runtime environment
for JNLP apps.
-
Uses of JARDesc in net.sourceforge.jnlp
Methods in net.sourceforge.jnlp that return JARDescModifier and TypeMethodDescriptionJARDesc[]
ResourcesDesc.getJARs()
JARDesc[]
ResourcesDesc.getMainJAR()
static JARDesc
ResourcesDesc.getMainJAR
(List<JARDesc> jars) static JARDesc
ResourcesDesc.getMainJAR
(JARDesc[] jars) Methods in net.sourceforge.jnlp with parameters of type JARDescMethod parameters in net.sourceforge.jnlp with type arguments of type JARDesc -
Uses of JARDesc in net.sourceforge.jnlp.runtime
Methods in net.sourceforge.jnlp.runtime that return JARDescModifier and TypeMethodDescriptionstatic JARDesc[]
ManageJnlpResources.findJars
(JNLPClassLoader rootClassLoader, URL ref, String part, Version version) Returns jars from the JNLP file with the part name provided.Methods in net.sourceforge.jnlp.runtime with parameters of type JARDescModifier and TypeMethodDescriptionJNLPClassLoader.SecurityDelegate.getCodebaseSecurityDesc
(JARDesc jarDesc, URL codebaseHost) JNLPClassLoader.SecurityDelegateImpl.getCodebaseSecurityDesc
(JARDesc jarDesc, URL codebaseHost) static void
ManageJnlpResources.removeCachedJars
(JNLPClassLoader classLoader, URL ref, JARDesc[] jars) Removes jars from cache.Method parameters in net.sourceforge.jnlp.runtime with type arguments of type JARDescModifier and TypeMethodDescriptionprotected void
JNLPClassLoader.activateJars
(List<JARDesc> jars) Ensures that the list of jars have all been transferred, and makes them available to the classloader.JNLPClassLoader.checkForAttributeInJars
(List<JARDesc> jars, Attributes.Name name) * Checks for the jar that contains the attribute.protected void
JNLPClassLoader.fillInPartJars
(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). -
Uses of JARDesc in net.sourceforge.jnlp.tools
Methods in net.sourceforge.jnlp.tools with parameters of type JARDescModifier and TypeMethodDescriptionstatic boolean
JarCertVerifier.isJarSigned
(JARDesc jar, AppVerifier verifier, ResourceTracker tracker) Method parameters in net.sourceforge.jnlp.tools with type arguments of type JARDescModifier and TypeMethodDescriptionvoid
JarCertVerifier.add
(List<JARDesc> jars, ResourceTracker tracker) Update the verifier to consider new jars when verifying.