org.eclipse.mtj.core.console
Interface IBuildConsoleProxy
- All Known Implementing Classes:
- BuildConsoleProxy, BuilderConsole
public interface IBuildConsoleProxy
An interface from which callers can access the BuildConsole.
ID_ERROR_STREAM
static final String ID_ERROR_STREAM
- See Also:
- Constant Field Values
ID_OUTPUT_STREAM
static final String ID_OUTPUT_STREAM
- See Also:
- Constant Field Values
ID_TRACE_STREAM
static final String ID_TRACE_STREAM
- See Also:
- Constant Field Values
getConsoleWriter
PrintWriter getConsoleWriter(String id)
- Return the PrintWriter for the console with the specified identifier.
- Parameters:
id -
- Returns: