|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
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 |
|---|
public void endOutput()
public boolean execOutputHandleError(java.lang.Throwable t)
public void handleOutputLine(java.lang.String outputLine)
Groovy Documentation