|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Output
The API that should be used to output from a Cmd running within the framework.
Method Summary | |
---|---|
void |
close()
Done with it, can be destroyed. |
void |
print(Object o)
Output a message without a newline. |
void |
printDebug(Object o)
Output a debug error message if getDebug() is currently true. |
void |
printError(Object o)
Output a message to error output |
void |
println(Object o)
Output a message with a newline. |
Method Detail |
---|
void print(Object o)
print
in interface DebugSink
o
- the Object to outputvoid println(Object o)
println
in interface DebugSink
o
- the Object to outputvoid printError(Object o)
o
- the Object to outputvoid printDebug(Object o)
o
- the Object to outputvoid close()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.