|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommandExecution
An executing command on a host.
| Method Summary | |
|---|---|
java.io.InputStream |
getStderr()
Returns an input stream that is connected to the standard error stream (stderr) of the running command. |
java.io.OutputStream |
getStdin()
Returns an output stream that is connected to the standard input stream (stdin) of the running command. |
java.io.InputStream |
getStdout()
Returns an input stream that is connected to the standard output stream (stdout) of the running command. |
int |
waitFor()
Waits for the command to complete its execution. |
| Method Detail |
|---|
java.io.OutputStream getStdin()
java.io.InputStream getStdout()
java.io.InputStream getStderr()
int waitFor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||