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, toString
public boolean processLine(String line, ErrorParserManager epManager)
RegexErrorParser
ErrorParserManager
.processLine
in interface IErrorParser
processLine
in class RegexErrorParser
line
- - line of the inputepManager
- - error parsers managerpublic Object clone() throws CloneNotSupportedException
clone
in class RegexErrorParser
CloneNotSupportedException
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.