| Package | Description |
|---|---|
| com.sun.enterprise.universal.process |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.