public interface IErrorParser
| Modifier and Type | Method and Description |
|---|---|
boolean |
processLine(String line,
ErrorParserManager eoParser)
Finds error or warnings on the given line
|
boolean processLine(String line, ErrorParserManager eoParser)
line - - line to processeoParser - - ErrorParserManagertrue if the parser found a problem reported in output.
More accurately, true will consume the line (prevent other parsers from seeing it)
and false won't (the line will be handed to the next parser).Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.