public class ControlIniParser extends CfgFileParser
CLOSE_BRACKET_CHAR, commaSepFlag, errorMessage, inTokens, OPEN_BRACKET_CHAR, wordSlashFlag
Constructor and Description |
---|
ControlIniParser(java.io.Reader rdr) |
Modifier and Type | Method and Description |
---|---|
boolean |
parseStream(StationTypeTable typeTable,
StationTable stationsTable)
Parses the given input stream as a station information file.
|
getErrorMessage, parseEqualsNumber, parseEqualsString, resetInput, setDupFieldMsg, setIllegalCharMsg, setNoCloseBracketMsg, setNoOpenBracketMsg, setUnexpectedEOFMsg
public boolean parseStream(StationTypeTable typeTable, StationTable stationsTable)
typeTable
- The object in which the different station types are
stored.stationsTable
- StationTable object to be filled in.