public class FixitErrorParser extends RegexErrorParser
| Constructor and Description |
|---|
FixitErrorParser() |
FixitErrorParser(String id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
processLine(String line,
ErrorParserManager epManager)
Parse a line of build output and register errors/warnings/infos for
Problems view in internal list of
ErrorParserManager. |
addPattern, clearPatterns, equals, getId, getName, getPatterns, removePattern, setId, setName, toStringpublic boolean processLine(String line, ErrorParserManager epManager)
RegexErrorParserErrorParserManager.processLine in interface IErrorParserprocessLine in class RegexErrorParserline - - line of the inputepManager - - error parsers managerpublic Object clone() throws CloneNotSupportedException
clone in class RegexErrorParserCloneNotSupportedExceptionCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.