Uses of Class
net.sourceforge.jnlp.ParserSettings
Packages that use ParserSettings
Package
Description
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.
This package contains the classes that manage the secure runtime environment
for JNLP apps.
-
Uses of ParserSettings in net.sourceforge.jnlp
Fields in net.sourceforge.jnlp declared as ParserSettingsModifier and TypeFieldDescriptionprotected ParserSettings
JNLPFile.parserSettings
the ParserSettings which were used to parse this fileMethods in net.sourceforge.jnlp that return ParserSettingsModifier and TypeMethodDescriptionstatic ParserSettings
ParserSettings.getGlobalParserSettings()
JNLPFile.getParserSettings()
static ParserSettings
ParserSettings.setGlobalParserSettingsFromOptionParser
(net.sourceforge.jnlp.util.optionparser.OptionParser optionParser) Methods in net.sourceforge.jnlp with parameters of type ParserSettingsModifier and TypeMethodDescriptionJNLPCreator.create
(URL location, Version version, ParserSettings settings, UpdatePolicy policy, URL forceCodebase) static Object
Parser.getParserInstance
(ParserSettings settings) static Node
Parser.getRootNode
(InputStream input, ParserSettings settings) static void
ParserSettings.setGlobalParserSettings
(ParserSettings parserSettings) Set the global ParserSettings to match the given settings.void
Launcher.setParserSettings
(ParserSettings settings) Constructors in net.sourceforge.jnlp with parameters of type ParserSettingsModifierConstructorDescriptionJNLPFile
(InputStream input, URL codebase, ParserSettings settings) Create a JNLPFile from an input stream.JNLPFile
(InputStream input, ParserSettings settings) Create a JNLPFile from an input stream.JNLPFile
(URL location, String uniqueKey, Version version, ParserSettings settings, UpdatePolicy policy) Create a JNLPFile from a URL, parent URLm a version and checking for updates using the specified policy.JNLPFile
(URL location, ParserSettings settings) Create a JNLPFile from a URL checking for updates using the default policy.JNLPFile
(URL location, Version version, ParserSettings settings) Create a JNLPFile from a URL and a Version checking for updates using the default policy.JNLPFile
(URL location, Version version, ParserSettings settings, UpdatePolicy policy) Create a JNLPFile from a URL and a version, checking for updates using the specified policy.protected
JNLPFile
(URL location, Version version, ParserSettings settings, UpdatePolicy policy, URL forceCodebase) Create a JNLPFile from a URL and a version, checking for updates using the specified policy.JNLPMatcher
(InputStream appTemplate, InputStream launchJNLP, boolean isTemplate, ParserSettings p) Public constructorParser
(JNLPFile file, URL base, Node root, ParserSettings settings) Create a parser for the JNLP file.Create a parser for the JNLP file. -
Uses of ParserSettings in net.sourceforge.jnlp.runtime
Methods in net.sourceforge.jnlp.runtime with parameters of type ParserSettingsModifier and TypeMethodDescriptionstatic JNLPClassLoader
JNLPClassLoader.getInstance
(URL location, String uniqueKey, Version version, ParserSettings settings, UpdatePolicy policy, String mainName, boolean enableCodeBase) Returns a JNLP classloader for the JNLP file at the specified location.