Interface LineParser


  • public interface LineParser
    A parser for a line according to line type.
    Author:
    harald
    • Method Detail

      • parse

        void parse​(Line line)
        Parses a line.
        Parameters:
        line - the line to parse