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
ResultHandler
that knows how to render JLine'sAttributedCharSequence
.Provider for a message used withinCommandNotFoundResultHandler
.Context forCommandNotFoundResultHandler
.A simpleResultHandler
that 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 printsTerminalSizeAware
according to theTerminal
size.AResultHandler
that prints thrown exceptions messages in red. -
Classes in org.springframework.shell.result used by org.springframework.shell.standard.commands