org.eclipse.mtj.ui.console
Class BuilderConsole
java.lang.Object
IOConsole
org.eclipse.mtj.ui.console.BuilderConsole
- All Implemented Interfaces:
- IBuildConsoleProxy
public class BuilderConsole
- extends IOConsole
- implements IBuildConsoleProxy
A console that holds the information from the execution of the MTJ builders.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuilderConsole
public BuilderConsole()
- Create the BuilderConsole.
getConsoleWriter
public PrintWriter getConsoleWriter(String id)
- Description copied from interface:
IBuildConsoleProxy
- Return the PrintWriter for the console with the specified identifier.
- Specified by:
getConsoleWriter in interface IBuildConsoleProxy
- Returns: