Mobile Tools for Java
Release 1.0

org.eclipse.mtj.ui.console
Class BuilderConsole

java.lang.Object
  extended by IOConsole
      extended by 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.


Field Summary
 
Fields inherited from interface org.eclipse.mtj.core.console.IBuildConsoleProxy
ID_ERROR_STREAM, ID_OUTPUT_STREAM, ID_TRACE_STREAM
 
Constructor Summary
BuilderConsole()
          Create the BuilderConsole.
 
Method Summary
 PrintWriter getConsoleWriter(String id)
          Return the PrintWriter for the console with the specified identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuilderConsole

public BuilderConsole()
Create the BuilderConsole.

Method Detail

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:

Mobile Tools for Java
Release 1.0