Class FixitErrorParser

    • Constructor Detail

      • FixitErrorParser

        public FixitErrorParser​(java.lang.String id,
                                java.lang.String name)
      • FixitErrorParser

        public FixitErrorParser()
    • Method Detail

      • processLine

        public boolean processLine​(java.lang.String line,
                                   ErrorParserManager epManager)
        Description copied from class: RegexErrorParser
        Parse a line of build output and register errors/warnings/infos for Problems view in internal list of ErrorParserManager.
        Specified by:
        processLine in interface IErrorParser
        Overrides:
        processLine in class RegexErrorParser
        Parameters:
        line - - line of the input
        epManager - - error parsers manager
        Returns:
        true if error parser recognized and accepted line, false otherwise
      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class RegexErrorParser
        Throws:
        java.lang.CloneNotSupportedException