Uses of Class
org.zeroturnaround.exec.ProcessResult
Packages that use ProcessResult
-
Uses of ProcessResult in org.zeroturnaround.exec
Classes in org.zeroturnaround.exec that implement interfaces with type arguments of type ProcessResultModifier and TypeClassDescription(package private) classHandles the executed process.Fields in org.zeroturnaround.exec declared as ProcessResultModifier and TypeFieldDescriptionprivate final ProcessResultInvalidResultException.resultActual exit value and process output.Fields in org.zeroturnaround.exec with type parameters of type ProcessResultModifier and TypeFieldDescriptionprivate final Future<ProcessResult> StartedProcess.futureThe asynchronous result of the started process.Methods in org.zeroturnaround.exec that return ProcessResultModifier and TypeMethodDescriptionWaitForProcess.call()ProcessExecutor.execute()Executes the sub process.ProcessExecutor.executeNoTimeout()Executes the sub process.InvalidResultException.getResult()InvalidResultException.result()Deprecated.private ProcessResultProcessExecutor.waitFor(WaitForProcess task) Wait until the process stops, a timeout occurs and the caller thread gets interrupted.Methods in org.zeroturnaround.exec that return types with arguments of type ProcessResultModifier and TypeMethodDescriptionStartedProcess.future()Deprecated.useStartedProcess.getFuture()instead.StartedProcess.getFuture()Methods in org.zeroturnaround.exec with parameters of type ProcessResultModifier and TypeMethodDescriptionstatic voidInvalidExitUtil.checkExit(ProcessAttributes attributes, ProcessResult result) Check the process exit value.voidProcessExecutor.checkExitValue(ProcessResult result) Check the exit value of given process result.Constructors in org.zeroturnaround.exec with parameters of type ProcessResultModifierConstructorDescriptionInvalidExitValueException(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 -
Uses of ProcessResult in org.zeroturnaround.exec.listener
Methods in org.zeroturnaround.exec.listener with parameters of type ProcessResultModifier and TypeMethodDescriptionvoidCompositeProcessListener.afterFinish(Process process, ProcessResult result) voidProcessListener.afterFinish(Process process, ProcessResult result) Invoked after a process has finished successfully.
InvalidResultException.getResult()