|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExecOutputHandle
| Method Summary | |
|---|---|
void |
endOutput()
Called when the end of output from an exec'd process has been reached. |
boolean |
execOutputHandleError(java.lang.Throwable t)
Called when an exeception occurs reading the output from an exec'd process. |
void |
handleOutputLine(java.lang.String outputLine)
Called when a line of output has been read from an exec'd process. |
| Method Detail |
|---|
void handleOutputLine(java.lang.String outputLine)
throws java.io.IOException
java.io.IOException
void endOutput()
throws java.io.IOException
java.io.IOExceptionboolean execOutputHandleError(java.lang.Throwable t)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||