| Package | Description |
|---|---|
| org.springframework.shell.result |
Contains strategies for dealing with results of commands.
|
| Class and Description |
|---|
| AttributedCharSequenceResultHandler
A
ResultHandler that knows how to render JLine's AttributedCharSequence. |
| 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. |
| IterableResultHandler
A
ResultHandler that deals with Iterables and delegates to
TypeHierarchyResultHandler for each element in turn. |
| ParameterValidationExceptionResultHandler
Displays validation errors on the terminal.
|
| TerminalAwareResultHandler
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. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.