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 java.util.List<InformationDesc> |
JNLPFile.info
information
|
Modifier and Type | Method and Description |
---|---|
InformationDesc |
JNLPFile.getInformation()
Returns the information section of the JNLP file as viewed
through the default locale.
|
InformationDesc |
JNLPFile.getInformation(java.util.Locale locale)
Returns the information section of the JNLP file as viewed
through the specified locale.
|