public interface IConsoleParser
| Modifier and Type | Method and Description |
|---|---|
boolean |
processLine(String line)
Parse one line of output.
|
void |
shutdown()
Called to let the parser know that the end of the error stream has been reached.
|
boolean processLine(String line)
line - false - try other console parsers
void shutdown()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.