T - the type of the object into which this parser transforms linespublic interface ILineParser<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ILineParser.MisformattedLineException
Thrown when a line from a data resource does not match expected formatting
conventions.
|
| Modifier and Type | Method and Description |
|---|---|
T |
parseLine(String line)
Given the line of data, this method produces an object of class
T. |
T parseLine(String line)
T.line - the line to be parsedNullPointerException - if the specified line is nullILineParser.MisformattedLineException - if the line is malformed in some wayCopyright © 2018. All rights reserved.