Uses of Class
net.sourceforge.jnlp.ParserSettings
-
Packages that use ParserSettings 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.net.sourceforge.jnlp.runtime 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 ParserSettings Modifier and Type Field Description protected ParserSettingsJNLPFile. parserSettingsthe ParserSettings which were used to parse this fileMethods in net.sourceforge.jnlp that return ParserSettings Modifier and Type Method Description static ParserSettingsParserSettings. getGlobalParserSettings()ParserSettingsJNLPFile. getParserSettings()static ParserSettingsParserSettings. setGlobalParserSettingsFromOptionParser(net.sourceforge.jnlp.util.optionparser.OptionParser optionParser)Methods in net.sourceforge.jnlp with parameters of type ParserSettings Modifier and Type Method Description JNLPFileJNLPCreator. create(java.net.URL location, Version version, ParserSettings settings, UpdatePolicy policy, java.net.URL forceCodebase)static java.lang.ObjectParser. getParserInstance(ParserSettings settings)static NodeParser. getRootNode(java.io.InputStream input, ParserSettings settings)static voidParserSettings. setGlobalParserSettings(ParserSettings parserSettings)Set the global ParserSettings to match the given settings.voidLauncher. setParserSettings(ParserSettings settings)Constructors in net.sourceforge.jnlp with parameters of type ParserSettings Constructor Description JNLPFile(java.io.InputStream input, java.net.URL codebase, ParserSettings settings)Create a JNLPFile from an input stream.JNLPFile(java.io.InputStream input, ParserSettings settings)Create a JNLPFile from an input stream.JNLPFile(java.net.URL location, java.lang.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(java.net.URL location, ParserSettings settings)Create a JNLPFile from a URL checking for updates using the default policy.JNLPFile(java.net.URL location, Version version, ParserSettings settings)Create a JNLPFile from a URL and a Version checking for updates using the default policy.JNLPFile(java.net.URL location, Version version, ParserSettings settings, UpdatePolicy policy)Create a JNLPFile from a URL and a version, checking for updates using the specified policy.JNLPFile(java.net.URL location, Version version, ParserSettings settings, UpdatePolicy policy, java.net.URL forceCodebase)Create a JNLPFile from a URL and a version, checking for updates using the specified policy.JNLPMatcher(java.io.InputStream appTemplate, java.io.InputStream launchJNLP, boolean isTemplate, ParserSettings p)Public constructorParser(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. -
Uses of ParserSettings in net.sourceforge.jnlp.runtime
Methods in net.sourceforge.jnlp.runtime with parameters of type ParserSettings Modifier and Type Method Description static JNLPClassLoaderJNLPClassLoader. getInstance(java.net.URL location, java.lang.String uniqueKey, Version version, ParserSettings settings, UpdatePolicy policy, java.lang.String mainName, boolean enableCodeBase)Returns a JNLP classloader for the JNLP file at the specified location.
-