IcedTea-Web
NetX

Uses of Class
net.sourceforge.jnlp.JARDesc

Packages that use JARDesc
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.tools   
 

Uses of JARDesc in net.sourceforge.jnlp
 

Methods in net.sourceforge.jnlp that return JARDesc
 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.
 

Uses of JARDesc in net.sourceforge.jnlp.tools
 

Method parameters in net.sourceforge.jnlp.tools with type arguments of type JARDesc
 void JarSigner.verifyJars(java.util.List<JARDesc> jars, ResourceTracker tracker)
           
 


IcedTea-Web
NetX

Submit a bug or feature