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 |
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.
|