AppletDesc | getApplet() - Returns the launch information for an applet.
|
ApplicationDesc | getApplication() - Returns the launch information for an application.
|
URL | getCodeBase() - Returns the codebase URL for the JNLP file.
|
ComponentDesc | getComponent() - Returns the launch information for a component.
|
URL | getFileLocation() - Returns the location of the file parsed to create the JNLP
file, or null if it was not created from a URL.
|
Version | getFileVersion() - Returns the JNLP file's version.
|
InformationDesc | getInformation() - Returns the information section of the JNLP file as viewed
through the default locale.
|
InformationDesc | getInformation(Locale locale) - Returns the information section of the JNLP file as viewed
through the specified locale.
|
InstallerDesc | getInstaller() - Returns the launch information for an installer.
|
Object | getLaunchInfo() - Returns an object of one of the following types: AppletDesc,
ApplicationDesc, InstallerDesc, and ComponentDesc.
|
ResourcesDesc | getResources() - Returns the resources section of the JNLP file as viewed
through the default locale and the os.name and os.arch
properties.
|
ResourcesDesc | getResources(Locale locale, String os, String arch) - Returns the information section of the JNLP file for the
specified locale, os, and arch.
|
SecurityDesc | getSecurity() - Returns the security section of the JNLP file.
|
URL | getSourceLocation() - Returns the JNLP file's network location as specified in the
JNLP file.
|
Version | getSpecVersion() - Returns the specification version required by the file.
|
static Version | getSupportedVersions() - Returns the JNLP specification versions supported.
|
String | getTitle() - Returns the JNLP file's title.
|
boolean | isApplet() - Returns whether the lauch descriptor describes an Applet.
|
boolean | isApplication() - Returns whether the lauch descriptor describes an Application.
|
boolean | isComponent() - Returns whether the lauch descriptor describes a Component.
|
boolean | isInstaller() - Returns whether the lauch descriptor describes an Installer.
|
void | setDefaults(String os, String arch, Locale locale) - Sets the default view of the JNLP file returned by
getInformation, getResources, etc.
|