| Interface | Description |
|---|---|
| MessageLogger |
Logs messages at certain level.
|
| Class | Description |
|---|---|
| MDCCallableAdapter<T> |
Restores the MDC context map for the target action.
|
| MDCRunnableAdapter |
Restores the MDC context map for the target action.
|
| MessageLoggers |
Contains
MessageLogger instances for various log levels. |
| 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.
|
| 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.
|
Copyright © 2020 ZeroTurnaround. All rights reserved.