| 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. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ResourcesDesc | JNLPFile. sharedResourcesadditional resources not in JNLP file (from command line) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.List<ResourcesDesc> | JNLPFile. resourcesresources | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourcesDesc | JNLPFile. getResources() | 
| 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) | 
| ResourcesDesc[] | JNLPFile. getResourcesDescs() | 
| ResourcesDesc[] | PluginBridge. getResourcesDescs(java.util.Locale locale,
                 java.lang.String os,
                 java.lang.String arch) | 
| ResourcesDesc[] | JNLPFile. getResourcesDescs(java.util.Locale locale,
                 java.lang.String os,
                 java.lang.String arch) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<ResourcesDesc> | JREDesc. getResourcesDesc() | 
| Constructor and Description | 
|---|
| JREDesc(Version.JreVersion version,
       java.net.URL location,
       java.lang.String vmArgs,
       java.lang.String initialHeapSize,
       java.lang.String maximumHeapSize,
       java.util.List<ResourcesDesc> resources)Create a JRE descriptor. |