Class LineDocSource.LineParser

    • Field Detail

      • header

        protected final String[] header
    • Constructor Detail

      • LineParser

        public LineParser​(String[] header)
        Construct with the header
        Parameters:
        header - header line found in the input file, or null if none
    • Method Detail

      • parseLine

        public abstract void parseLine​(DocData docData,
                                       String line)
        parse an input line and fill doc data appropriately