|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--kawigi.util.ProcessOutput
A threaded output listener for a process output stream (either stdout or stderr)
| Constructor Summary | |
ProcessOutput(java.io.InputStream out,
kawigi.util.ConsoleDisplay output)
Creates a new ProcessOutput that reads out into
output. |
|
| Method Summary | |
boolean |
isDone()
Returns true if this output stream has stopped producing output. |
void |
run()
Reads characters from the stream until it runs out of them. |
void |
start()
Starts the thread. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ProcessOutput(java.io.InputStream out,
kawigi.util.ConsoleDisplay output)
ProcessOutput that reads out into
output.
| Method Detail |
public void start()
public void run()
run in interface java.lang.Runnablepublic boolean isDone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||