Uses of Class
net.sourceforge.jnlp.JARDesc
-
Packages that use JARDesc 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 -
-
Uses of JARDesc in net.sourceforge.jnlp
Methods in net.sourceforge.jnlp that return JARDesc Modifier and Type Method Description JARDesc[]
ResourcesDesc. getJARs()
JARDesc[]
ResourcesDesc. getJARs(java.lang.String partName)
JARDesc
ResourcesDesc. getMainJAR()
static JARDesc
ResourcesDesc. getMainJAR(java.util.List<JARDesc> jars)
static JARDesc
ResourcesDesc. getMainJAR(JARDesc[] jars)
Methods in net.sourceforge.jnlp with parameters of type JARDesc Modifier and Type Method Description static JARDesc
ResourcesDesc. getMainJAR(JARDesc[] jars)
Method parameters in net.sourceforge.jnlp with type arguments of type JARDesc Modifier and Type Method Description static JARDesc
ResourcesDesc. getMainJAR(java.util.List<JARDesc> jars)
-
Uses of JARDesc in net.sourceforge.jnlp.runtime
Methods in net.sourceforge.jnlp.runtime that return JARDesc Modifier and Type Method 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.Methods in net.sourceforge.jnlp.runtime with parameters of type JARDesc Modifier and Type Method 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.Method parameters in net.sourceforge.jnlp.runtime with type arguments of type JARDesc Modifier and Type Method 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). -
Uses of JARDesc in net.sourceforge.jnlp.tools
Methods in net.sourceforge.jnlp.tools with parameters of type JARDesc Modifier and Type Method Description static boolean
JarCertVerifier. isJarSigned(JARDesc jar, AppVerifier verifier, ResourceTracker tracker)
Method parameters in net.sourceforge.jnlp.tools with type arguments of type JARDesc Modifier and Type Method Description void
JarCertVerifier. add(java.util.List<JARDesc> jars, ResourceTracker tracker)
Update the verifier to consider new jars when verifying.
-