public interface ICBuildOutputParser extends 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.
|
void |
startup(ICConfigurationDescription cfgDescription,
IWorkingDirectoryTracker cwdTracker)
Initialize console parser.
|
void startup(ICConfigurationDescription cfgDescription, IWorkingDirectoryTracker cwdTracker) throws org.eclipse.core.runtime.CoreException
cfgDescription
- - configuration description for the parser.cwdTracker
- - tracker to keep track of current working directory.org.eclipse.core.runtime.CoreException
- if anything goes wrong.boolean processLine(String line)
IConsoleParser
processLine
in interface IConsoleParser
false - try other console parsers
void shutdown()
IConsoleParser
shutdown
in interface IConsoleParser
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.