public static class LineDocSource.SimpleLineParser extends LineDocSource.LineParser
LineDocSource.LineParser
which ignores the header passed to its constructor
and assumes simply that field names and their order are the same
as in WriteLineDocTask.DEFAULT_FIELDS
header
Constructor | Description |
---|---|
SimpleLineParser(String[] header) |
Modifier and Type | Method | Description |
---|---|---|
void |
parseLine(DocData docData,
String line) |
parse an input line and fill doc data appropriately
|
public SimpleLineParser(String[] header)
public void parseLine(DocData docData, String line)
LineDocSource.LineParser
parseLine
in class LineDocSource.LineParser
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.