|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.core.console.BuildConsoleProxy
public class BuildConsoleProxy
The proxied implementation of IBuildConsoleProxy.
| Field Summary | |
|---|---|
static BuildConsoleProxy |
instance
|
| Fields inherited from interface org.eclipse.mtj.core.console.IBuildConsoleProxy |
|---|
ID_ERROR_STREAM, ID_OUTPUT_STREAM, ID_TRACE_STREAM |
| Method Summary | |
|---|---|
void |
addConsoleStreamListener(String id,
IStreamMonitor monitor)
Add a new listener to the specified console stream. |
PrintWriter |
getConsoleWriter(String id)
Return the PrintWriter for the console with the specified identifier. |
void |
setProxy(IBuildConsoleProxy proxy)
Set the proxy being wrapped by this proxy. |
void |
trace(String text)
Print the specified information to the log output stream. |
void |
traceln(String text)
Print the specified information to the log output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final BuildConsoleProxy instance
| Method Detail |
|---|
public void addConsoleStreamListener(String id,
IStreamMonitor monitor)
id - monitor - public PrintWriter getConsoleWriter(String id)
IBuildConsoleProxy
getConsoleWriter in interface IBuildConsoleProxyIBuildConsoleProxy.getConsoleWriter(java.lang.String)public void trace(String text)
text - public void traceln(String text)
text - public void setProxy(IBuildConsoleProxy proxy)
proxy -
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||