Class AbstractErrorParser

  • All Implemented Interfaces:
    IErrorParser

    public class AbstractErrorParser
    extends Object
    implements IErrorParser
    Abstract Error Parser that implements simple line processing using patterns array
    Since:
    5.1
    • Constructor Detail

      • AbstractErrorParser

        protected AbstractErrorParser​(ErrorPattern[] patterns)
    • Method Detail

      • processLine

        public boolean processLine​(String line,
                                   ErrorParserManager manager)
        Description copied from interface: IErrorParser
        Finds error or warnings on the given line
        Specified by:
        processLine in interface IErrorParser
        Parameters:
        line - - line of the input
        manager - - error parsers manager
        Returns:
        true if error parser recognized and accepted line, false otherwise