See: Description
| Interface | Description |
|---|---|
| GenericResultHandler |
| Class | Description |
|---|---|
| AttributedCharSequenceResultHandler |
A
ResultHandler that knows how to render JLine's AttributedCharSequence. |
| CommandParserExceptionsExceptionResultHandler |
Displays command parsing errors on the terminal.
|
| DefaultResultHandler |
A simple
ResultHandler that deals with Objects (hence comes as a last resort)
and prints the Object.toString() value of results to standard out. |
| GenericResultHandlerService |
Base implementation suitable for use in most
environments.
|
| ParameterValidationExceptionResultHandler |
Displays validation errors on the terminal.
|
| ResultHandlerConfig |
Used for explicit configuration of
ResultHandlers. |
| TerminalAwareResultHandler<T> |
Base class for ResultHandlers that rely on JLine's
Terminal. |
| TerminalSizeAwareResultHandler |
A ResultHandler that prints
TerminalSizeAware according to the Terminal size. |
| ThrowableResultHandler |
A
ResultHandler that prints thrown exceptions messages in red. |
| Exception | Description |
|---|---|
| ResultHandlerNotFoundException | |
| ResultHandlingException |
Copyright © 2023. All rights reserved.