jaugment2.helpers.config
Interface ConfigFileReader.ValueParser

All Known Implementing Classes:
LinkedListValueParser, StringValueParser
Enclosing class:
ConfigFileReader

public static interface ConfigFileReader.ValueParser

Interface for registred handlers


Method Summary
 char getStartchar()
          valid values must start with this char
 ConfigFileReader.Value parse(java.io.PushbackInputStream in, long linenr)
          parses a value abd returns it.
 

Method Detail

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