IcedTea-Web
NetX

Uses of Class
net.sourceforge.jnlp.ResourcesDesc

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

Uses of ResourcesDesc in net.sourceforge.jnlp
 

Fields in net.sourceforge.jnlp declared as ResourcesDesc
protected  ResourcesDesc JNLPFile.sharedResources
          additional resources not in JNLP file (from command line)
 

Fields in net.sourceforge.jnlp with type parameters of type ResourcesDesc
protected  java.util.List<ResourcesDesc> JNLPFile.resources
          resources
 

Methods in net.sourceforge.jnlp that return ResourcesDesc
 ResourcesDesc JNLPFile.getResources()
          Returns the resources section of the JNLP file as viewed through the default locale and the os.name and os.arch properties.
 ResourcesDesc PluginBridge.getResources(java.util.Locale locale, java.lang.String os, java.lang.String arch)
           
 ResourcesDesc JNLPFile.getResources(java.util.Locale locale, java.lang.String os, java.lang.String arch)
          Returns the resources section of the JNLP file for the specified locale, os, and arch.
 ResourcesDesc[] JNLPFile.getResourcesDescs()
          Returns the resources section of the JNLP file as viewed through the default locale and the os.name and os.arch properties.
 ResourcesDesc[] PluginBridge.getResourcesDescs(java.util.Locale locale, java.lang.String os, java.lang.String arch)
          Returns the resources section of the JNLP file for the specified locale, os, and arch.
 ResourcesDesc[] JNLPFile.getResourcesDescs(java.util.Locale locale, java.lang.String os, java.lang.String arch)
          Returns the resources section of the JNLP file for the specified locale, os, and arch.
 


IcedTea-Web
NetX

Submit a bug or feature