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 ProcessAttributes
WaitForProcess.attributes
Set of main attributes used to start the process.Methods in org.zeroturnaround.exec that return ProcessAttributesModifier and TypeMethodDescriptionprivate ProcessAttributes
ProcessExecutor.getAttributes()
Capture a snapshot of this process executor's main state.Methods in org.zeroturnaround.exec with parameters of type ProcessAttributesModifier and TypeMethodDescriptionstatic void
InvalidExitUtil.addExceptionMessageSuffix
(ProcessAttributes attributes, StringBuilder sb, ProcessOutput output) static void
InvalidExitUtil.checkExit
(ProcessAttributes attributes, ProcessResult result) Check the process exit value.private WaitForProcess
ProcessExecutor.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)