Uses of Package
org.springframework.shell.result
Packages that use org.springframework.shell.result
Package
Description
Contains strategies for dealing with results of commands.
Contains default commands that ought to apply to each shell app.
-
Classes in org.springframework.shell.result used by org.springframework.shell.boot
-
Classes in org.springframework.shell.result used by org.springframework.shell.resultClassDescriptionA
ResultHandlerthat knows how to render JLine'sAttributedCharSequence.Provider for a message used withinCommandNotFoundResultHandler.Context forCommandNotFoundResultHandler.A simpleResultHandlerthat deals with Objects (hence comes as a last resort) and prints theObject.toString()value of results to standard out.Displays validation errors on the terminal.Base class for ResultHandlers that rely on JLine'sTerminal.A ResultHandler that printsTerminalSizeAwareaccording to theTerminalsize.AResultHandlerthat prints thrown exceptions messages in red. -
Classes in org.springframework.shell.result used by org.springframework.shell.standard.commands