jaugment2.helpers.config
Class SystemPropertyConfigFileParser
java.lang.Object
|
+--jaugment2.helpers.config.SystemPropertyConfigFileParser
- public class SystemPropertyConfigFileParser
- extends java.lang.Object
- implements ConfigFileParser
Parser, looking for an "=" and setting the system-property named
by the left part to the value designated by
the
value returned by the ValueParsers for the right part
(delimited by newline or ";")
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
equalschar
private char equalschar
tagchar
private char tagchar
valueParsers
private java.util.Hashtable valueParsers
SystemPropertyConfigFileParser
public SystemPropertyConfigFileParser()
parse
public long parse(java.io.PushbackInputStream in,
long line)
throws ConfigFileReader.ParseException,
java.io.IOException
- Specified by:
- parse in interface ConfigFileParser
addValueParser
public void addValueParser(ConfigFileReader.ValueParser parser)
- register a new sub-parser to parse the statement beginning with token