Mobile Tools for Java
Release 1.0

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.


Field Summary
static String ID_ERROR_STREAM
           
static String ID_OUTPUT_STREAM
           
static String ID_TRACE_STREAM
           
 
Method Summary
 PrintWriter getConsoleWriter(String id)
          Return the PrintWriter for the console with the specified identifier.
 

Field Detail

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
Method Detail

getConsoleWriter

PrintWriter getConsoleWriter(String id)
Return the PrintWriter for the console with the specified identifier.

Parameters:
id -
Returns:

Mobile Tools for Java
Release 1.0