|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessResult | |
|---|---|
| org.zeroturnaround.exec | |
| org.zeroturnaround.exec.listener | |
| Uses of ProcessResult in org.zeroturnaround.exec |
|---|
| Methods in org.zeroturnaround.exec that return ProcessResult | |
|---|---|
ProcessResult |
ProcessExecutor.execute()
Executes the sub process. |
ProcessResult |
ProcessExecutor.executeNoTimeout()
Executes the sub process. |
ProcessResult |
InvalidResultException.getResult()
|
ProcessResult |
InvalidResultException.result()
Deprecated. use InvalidResultException.getResult() |
| Methods in org.zeroturnaround.exec that return types with arguments of type ProcessResult | |
|---|---|
Future<ProcessResult> |
StartedProcess.future()
Deprecated. use StartedProcess.getFuture() instead. |
Future<ProcessResult> |
StartedProcess.getFuture()
|
| Constructors in org.zeroturnaround.exec with parameters of type ProcessResult | |
|---|---|
InvalidExitValueException(String message,
ProcessResult result)
|
|
InvalidOutputException(String message,
ProcessResult result)
|
|
InvalidResultException(String message,
ProcessResult result)
|
|
| Constructor parameters in org.zeroturnaround.exec with type arguments of type ProcessResult | |
|---|---|
StartedProcess(Process process,
Future<ProcessResult> future)
|
|
| Uses of ProcessResult in org.zeroturnaround.exec.listener |
|---|
| Methods in org.zeroturnaround.exec.listener with parameters of type ProcessResult | |
|---|---|
void |
ProcessListener.afterFinish(Process process,
ProcessResult result)
Invoked after a process has finished successfully. |
void |
CompositeProcessListener.afterFinish(Process process,
ProcessResult result)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||