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 | Description |
---|---|---|
protected ResourcesDesc |
JNLPFile.sharedResources |
additional resources not in JNLP file (from command line)
|
Modifier and Type | Field | Description |
---|---|---|
protected java.util.List<ResourcesDesc> |
JNLPFile.resources |
resources
|
Modifier and Type | Method | Description |
---|---|---|
ResourcesDesc |
JNLPFile.getResources() |
|
ResourcesDesc |
JNLPFile.getResources(java.util.Locale locale,
java.lang.String os,
java.lang.String arch) |
|
ResourcesDesc |
PluginBridge.getResources(java.util.Locale locale,
java.lang.String os,
java.lang.String arch) |
|
ResourcesDesc[] |
JNLPFile.getResourcesDescs() |
|
ResourcesDesc[] |
JNLPFile.getResourcesDescs(java.util.Locale locale,
java.lang.String os,
java.lang.String arch) |
|
ResourcesDesc[] |
PluginBridge.getResourcesDescs(java.util.Locale locale,
java.lang.String os,
java.lang.String arch) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<ResourcesDesc> |
Parser.getResources(Node parent,
boolean j2se) |
|
java.util.List<ResourcesDesc> |
JREDesc.getResourcesDesc() |
Constructor | 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.
|