public interface ProcessOutput
extends java.io.Closeable
ProcessExecutor for how
to handle the stdout and stderr of the process.| Modifier and Type | Method and Description |
|---|---|
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
|