Class FixitErrorParser
- java.lang.Object
-
- org.eclipse.cdt.core.errorparsers.RegexErrorParser
-
- org.eclipse.cdt.core.errorparsers.FixitErrorParser
-
- All Implemented Interfaces:
Cloneable,IErrorParser,IErrorParserNamed
public class FixitErrorParser extends RegexErrorParser
- Since:
- 6.3
-
-
Constructor Summary
Constructors Constructor Description FixitErrorParser()FixitErrorParser(String id, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()booleanprocessLine(String line, ErrorParserManager epManager)Parse a line of build output and register errors/warnings/infos for Problems view in internal list ofErrorParserManager.-
Methods inherited from class org.eclipse.cdt.core.errorparsers.RegexErrorParser
addPattern, clearPatterns, equals, getId, getName, getPatterns, removePattern, setId, setName, toString
-
-
-
-
Method Detail
-
processLine
public boolean processLine(String line, ErrorParserManager epManager)
Description copied from class:RegexErrorParserParse a line of build output and register errors/warnings/infos for Problems view in internal list ofErrorParserManager.- Specified by:
processLinein interfaceIErrorParser- Overrides:
processLinein classRegexErrorParser- Parameters:
line- - line of the inputepManager- - error parsers manager- Returns:
- true if error parser recognized and accepted line, false otherwise
-
clone
public Object clone() throws CloneNotSupportedException
- Overrides:
clonein classRegexErrorParser- Throws:
CloneNotSupportedException
-
-