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 | Method and Description |
---|---|
Node |
MalformedXMLParser.getRootNode(java.io.InputStream input)
Parses the data from an
InputStream to create a XML tree. |
static Node |
Parser.getRootNode(java.io.InputStream input,
ParserSettings settings) |
Modifier and Type | Method and Description |
---|---|
protected void |
Parser.addInfo(InformationDesc info,
Node node,
java.lang.String mod,
java.lang.Object value)
Adds a key,value pair to the information object.
|
java.util.List<InformationDesc> |
Parser.getInfo(Node parent) |
LaunchDesc |
Parser.getLauncher(Node parent) |
java.util.List<ResourcesDesc> |
Parser.getResources(Node parent,
boolean j2se) |
SecurityDesc |
Parser.getSecurity(Node parent) |
java.net.URL |
Parser.getURL(Node node,
java.lang.String name,
java.net.URL base) |
Constructor and Description |
---|
Parser(JNLPFile file,
java.net.URL base,
Node root,
ParserSettings settings)
Create a parser for the JNLP file.
|
Parser(JNLPFile file,
java.net.URL base,
Node root,
ParserSettings settings,
java.net.URL codebase)
Create a parser for the JNLP file.
|