public abstract static class LineDocSource.LineParser
extends java.lang.Object
DocData
.Modifier and Type | Field and Description |
---|---|
protected java.lang.String[] |
header |
Constructor and Description |
---|
LineParser(java.lang.String[] header)
Construct with the header
|
Modifier and Type | Method and Description |
---|---|
abstract void |
parseLine(DocData docData,
java.lang.String line)
parse an input line and fill doc data appropriately
|
public LineParser(java.lang.String[] header)
header
- header line found in the input file, or null if nonepublic abstract void parseLine(DocData docData, java.lang.String line)
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.