-
public interface LineParserA parser for a line according to line type.- Author:
- harald
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparse(Line line)Parses a line.
-
-
-
Method Detail
-
parse
void parse(Line line)
Parses a line.- Parameters:
line- the line to parse
-
-