jaugment2.helpers.config
Interface ConfigFileReader.ValueParser
- All Known Implementing Classes:
- LinkedListValueParser, StringValueParser
- Enclosing class:
- ConfigFileReader
- public static interface ConfigFileReader.ValueParser
Interface for registred handlers
parse
public ConfigFileReader.Value parse(java.io.PushbackInputStream in,
long linenr)
throws ConfigFileReader.ParseException,
java.io.IOException
- parses a value abd returns it.
in is advanced to the first byte after the value
the charcter returned by getStartchar() must already de reat *
getStartchar
public char getStartchar()
- valid values must start with this char