|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessOutput
The output of a process.
This is used to configure the ProcessExecutor
for how
to handle the stdout and stderr of the process.
Method Summary | |
---|---|
java.io.OutputStream |
getErrorOutput()
Returns the OutputStream to use for the error output |
java.io.OutputStream |
getStandardOutput()
Returns the OutputStream to use for the standard output |
Method Detail |
---|
@NonNull java.io.OutputStream getStandardOutput()
@NonNull java.io.OutputStream getErrorOutput()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |