Uses of Class
org.zeroturnaround.exec.ProcessAttributes
Packages that use ProcessAttributes
-
Uses of ProcessAttributes in org.zeroturnaround.exec
Fields in org.zeroturnaround.exec declared as ProcessAttributesModifier and TypeFieldDescriptionprivate final ProcessAttributesWaitForProcess.attributesSet of main attributes used to start the process.Methods in org.zeroturnaround.exec that return ProcessAttributesModifier and TypeMethodDescriptionprivate ProcessAttributesProcessExecutor.getAttributes()Capture a snapshot of this process executor's main state.Methods in org.zeroturnaround.exec with parameters of type ProcessAttributesModifier and TypeMethodDescriptionstatic voidInvalidExitUtil.addExceptionMessageSuffix(ProcessAttributes attributes, StringBuilder sb, ProcessOutput output) static voidInvalidExitUtil.checkExit(ProcessAttributes attributes, ProcessResult result) Check the process exit value.private WaitForProcessProcessExecutor.startInternal(Process process, ProcessAttributes attributes, ExecuteStreamHandler streams, ByteArrayOutputStream out) Constructors in org.zeroturnaround.exec with parameters of type ProcessAttributesModifierConstructorDescriptionWaitForProcess(Process process, ProcessAttributes attributes, ProcessStopper stopper, ProcessCloser closer, ByteArrayOutputStream out, ProcessListener listener, MessageLogger messageLogger)