See: Description
Class | Description |
---|---|
AttributedCharSequenceResultHandler |
A
ResultHandler that knows how to render JLine's AttributedCharSequence . |
CommandNotFoundResultHandler |
Used when no command can be matched for user input.
|
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. |
ExitRequestResultHandler |
Intercepts
ExitRequest exceptions and gracefully exits the running process. |
IterableResultHandler |
A
ResultHandler that deals with Iterable s and delegates to
TypeHierarchyResultHandler for each element in turn. |
ParameterValidationExceptionResultHandler |
Displays validation errors on the terminal.
|
ResultHandlerConfig |
Used for explicit configuration of
ResultHandler s. |
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. |
TypeHierarchyResultHandler |
A delegating
ResultHandler that dispatches handling based on the type of the result. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.