public static class LineDocSource.HeaderLineParser extends LineDocSource.LineParser
LineDocSource.LineParser which sets field names and order by
the header - any header - of the lines file.
It is less efficient than LineDocSource.SimpleLineParser but more powerful.header| Constructor and Description |
|---|
HeaderLineParser(String[] header) |
| Modifier and Type | Method and Description |
|---|---|
void |
parseLine(DocData docData,
String line)
parse an input line and fill doc data appropriately
|
public HeaderLineParser(String[] header)
public void parseLine(DocData docData, String line)
LineDocSource.LineParserparseLine in class LineDocSource.LineParserCopyright © 2000-2024 Apache Software Foundation. All Rights Reserved.