| Package | Description |
|---|---|
| org.zeroturnaround.exec | |
| org.zeroturnaround.exec.listener |
| Modifier and Type | Method and Description |
|---|---|
ProcessResult |
ProcessExecutor.execute()
Executes the sub process.
|
ProcessResult |
ProcessExecutor.executeNoTimeout()
Executes the sub process.
|
ProcessResult |
InvalidResultException.getResult() |
ProcessResult |
InvalidResultException.result()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ProcessResult> |
StartedProcess.future()
Deprecated.
use
StartedProcess.getFuture() instead. |
Future<ProcessResult> |
StartedProcess.getFuture() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessExecutor.checkExitValue(ProcessResult result)
Check the exit value of given process result.
|
| Constructor and Description |
|---|
InvalidExitValueException(String message,
ProcessResult result) |
InvalidOutputException(String message,
ProcessResult result) |
InvalidResultException(String message,
ProcessResult result) |
| Constructor and Description |
|---|
StartedProcess(Process process,
Future<ProcessResult> future) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeProcessListener.afterFinish(Process process,
ProcessResult result) |
void |
ProcessListener.afterFinish(Process process,
ProcessResult result)
Invoked after a process has finished successfully.
|
Copyright © 2020 ZeroTurnaround. All rights reserved.