| Package | Description | 
|---|---|
| org.springframework.shell.result | Contains strategies for dealing with results of commands. | 
| org.springframework.shell.standard.commands | Contains default commands that ought to apply to each shell app. | 
| Class and Description | 
|---|
| AttributedCharSequenceResultHandler A  ResultHandlerthat knows how to render JLine'sAttributedCharSequence. | 
| CommandParserExceptionsExceptionResultHandler Displays command parsing errors on the terminal. | 
| DefaultResultHandler A simple  ResultHandlerthat deals with Objects (hence comes as a last resort)
 and prints theObject.toString()value of results to standard out. | 
| GenericResultHandler | 
| ParameterValidationExceptionResultHandler Displays validation errors on the terminal. | 
| ResultHandlingException | 
| TerminalAwareResultHandler Base class for ResultHandlers that rely on JLine's  Terminal. | 
| TerminalSizeAwareResultHandler A ResultHandler that prints  TerminalSizeAwareaccording to theTerminalsize. | 
| ThrowableResultHandler A  ResultHandlerthat prints thrown exceptions messages in red. | 
| Class and Description | 
|---|
| ThrowableResultHandler A  ResultHandlerthat prints thrown exceptions messages in red. | 
Copyright © 2022. All rights reserved.