| Package | Description |
|---|---|
| org.zeroturnaround.exec | |
| org.zeroturnaround.exec.close | |
| org.zeroturnaround.exec.stream |
| Modifier and Type | Method and Description |
|---|---|
ExecuteStreamHandler |
ProcessExecutor.streams() |
| Modifier and Type | Method and Description |
|---|---|
ProcessExecutor |
ProcessExecutor.streams(ExecuteStreamHandler streams)
Sets a stream handler for the process being executed.
|
| Modifier and Type | Field and Description |
|---|---|
protected ExecuteStreamHandler |
StandardProcessCloser.streams |
| Constructor and Description |
|---|
StandardProcessCloser(ExecuteStreamHandler streams) |
TimeoutProcessCloser(ExecuteStreamHandler streams,
long timeout,
TimeUnit unit)
Creates new instance of
TimeoutProcessCloser. |
| Modifier and Type | Class and Description |
|---|---|
class |
PumpStreamHandler
Copies standard output and error of subprocesses to standard output and error
of the parent process.
|
Copyright © 2020 ZeroTurnaround. All rights reserved.