| Package | Description |
|---|---|
| org.zeroturnaround.exec |
| Modifier and Type | Method and Description |
|---|---|
ProcessResult |
ProcessExecutor.execute()
Executes the sub process.
|
ProcessResult |
ProcessExecutor.executeNoTimeout()
Executes the sub process.
|
ProcessResult |
InvalidExitValueException.getResult() |
ProcessResult |
InvalidExitValueException.result()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ProcessResult> |
StartedProcess.future()
Deprecated.
use
StartedProcess.getFuture() instead. |
Future<ProcessResult> |
StartedProcess.getFuture() |
| Constructor and Description |
|---|
InvalidExitValueException(String message,
ProcessResult result) |
| Constructor and Description |
|---|
StartedProcess(Process process,
Future<ProcessResult> future) |
Copyright © 2014 ZeroTurnaround. All rights reserved.