IcedTea-Web
NetX

net.sourceforge.jnlp
Class ParserSettings

java.lang.Object
  extended by net.sourceforge.jnlp.ParserSettings

public class ParserSettings
extends java.lang.Object

Contains settings to be used by the Parser while parsing JNLP files. Immutable and therefore thread-safe.


Constructor Summary
ParserSettings()
           
ParserSettings(boolean strict)
           
 
Method Summary
 boolean isStrict()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserSettings

public ParserSettings()

ParserSettings

public ParserSettings(boolean strict)
Method Detail

isStrict

public boolean isStrict()

IcedTea-Web
NetX

Submit a bug or feature