|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutputHandler
Interface to a threadable output handler for an external process. The output handler is used to collect the output of the STDOUT output and/or the STDERR of an external process.
| Method Summary | |
|---|---|
InputStream |
getInput()
Gets the input stream. |
void |
setInput(InputStream input)
Sets the input stream. |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
|---|
void setInput(InputStream input)
input - the input stream. May be null.InputStream getInput()
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||