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 |
CommandParserExceptionsExceptionResultHandler
Displays command parsing errors on the terminal.
|
class |
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. |
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 © 2024. All rights reserved.