Package org.zeroturnaround.exec
-
Interface Summary Interface Description MessageLogger Logs messages at certain level. -
Class Summary Class Description InvalidExitUtil Helper for checking the exit code of the finished process.MDCCallableAdapter<T> Restores the MDC context map for the target action.MDCRunnableAdapter Restores the MDC context map for the target action.MessageLoggers ContainsMessageLogger
instances for various log levels.ProcessAttributes Immutable set of attributes used to start a process.ProcessExecutor Helper for executing sub processes.ProcessOutput Standard output of a finished process.ProcessResult Exit value and output of a finished process.StartedProcess Represents a process that has started.WaitForProcess Handles the executed process. -
Exception Summary Exception Description InvalidExitValueException Process finished with a forbidden exit value.InvalidOutputException Process finished with an unexpected output.InvalidResultException Process finished with an unexpected result.ProcessInitException Creating a process failed providing an error code.