Uses of Class
org.zeroturnaround.exec.ProcessAttributes
-
Packages that use ProcessAttributes Package Description org.zeroturnaround.exec -
-
Uses of ProcessAttributes in org.zeroturnaround.exec
Fields in org.zeroturnaround.exec declared as ProcessAttributes Modifier and Type Field Description private ProcessAttributes
WaitForProcess. attributes
Set of main attributes used to start the process.Methods in org.zeroturnaround.exec that return ProcessAttributes Modifier and Type Method Description private ProcessAttributes
ProcessExecutor. getAttributes()
Capture a snapshot of this process executor's main state.Methods in org.zeroturnaround.exec with parameters of type ProcessAttributes Modifier and Type Method Description static void
InvalidExitUtil. addExceptionMessageSuffix(ProcessAttributes attributes, java.lang.StringBuilder sb, ProcessOutput output)
static void
InvalidExitUtil. checkExit(ProcessAttributes attributes, ProcessResult result)
Check the process exit value.private WaitForProcess
ProcessExecutor. startInternal(java.lang.Process process, ProcessAttributes attributes, ExecuteStreamHandler streams, java.io.ByteArrayOutputStream out)
Constructors in org.zeroturnaround.exec with parameters of type ProcessAttributes Constructor Description WaitForProcess(java.lang.Process process, ProcessAttributes attributes, ProcessStopper stopper, ProcessCloser closer, java.io.ByteArrayOutputStream out, ProcessListener listener, MessageLogger messageLogger)
-