Uses of Class
org.zeroturnaround.exec.ProcessResult
Packages that use ProcessResult
-
Uses of ProcessResult in org.zeroturnaround.exec
Methods in org.zeroturnaround.exec that return ProcessResultModifier and TypeMethodDescriptionProcessExecutor.execute()Executes the sub process.ProcessExecutor.executeNoTimeout()Executes the sub process.InvalidResultException.getResult()InvalidResultException.result()Deprecated.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 TypeMethodDescriptionvoidProcessExecutor.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()