Package | Description |
---|---|
org.springframework.shell.result |
Contains strategies for dealing with results of commands.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributedCharSequenceResultHandler
A
ResultHandler that knows how to render JLine's AttributedCharSequence . |
class |
CommandNotFoundResultHandler
Used when no command can be matched for user input.
|
class |
ParameterValidationExceptionResultHandler
Displays validation errors on the terminal.
|
class |
TerminalSizeAwareResultHandler
A ResultHandler that prints
TerminalSizeAware according to the Terminal size. |
class |
ThrowableResultHandler
A
ResultHandler that prints thrown exceptions messages in red. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.