Package jaugment2.helpers.config

Interface Summary
ConfigFileParser Interface for registred handlers
ConfigFileReader.ValueParser Interface for registred handlers
 

Class Summary
ConfigFileReader Helper-class for parsing the config-file.
ConfigFileReader.Value Interface for values returned by ValueParser.parse(...)
LinkedListValueParser Parser, parsing Lists or the form { value , value , ...
StringValueParser Parser, parsing Strings delimited by \" on both ends
SystemPropertyConfigFileParser 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 ";")
 

Exception Summary
ConfigFileReader.ParseException Exception thrown uppon detection of a Syntax-Error