static ProcessStreamDrainer |
ProcessStreamDrainer.dispose(String processName,
Process process) |
Create an instance, drain and throw away the process' stderr and stdout output.
|
static ProcessStreamDrainer |
ProcessStreamDrainer.drain(String processName,
Process process) |
Create an instance and drain the process' stderr and stdout
|
static ProcessStreamDrainer |
ProcessStreamDrainer.redirect(String processName,
Process process) |
Create an instance, drain and redirect the process' stderr and stdout to
System.err and System.out respectively.
|
static ProcessStreamDrainer |
ProcessStreamDrainer.save(String processName,
Process process) |
Create an instance and drain the process' stderr and stdout and save it to
strings.
|