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.sharedResources
additional resources not in JNLP file (from command line)
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ResourcesDesc> |
JNLPFile.resources
resources
|
Modifier and Type | Method and Description |
---|---|
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 |
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 |
PluginBridge.getResources(java.util.Locale locale,
java.lang.String os,
java.lang.String 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[] |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ResourcesDesc> |
JREDesc.getResourcesDesc()
Returns the resources defined for this JRE.
|
Constructor and Description |
---|
JREDesc(Version 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.
|