Uses of Class
org.springframework.shell.result.TerminalAwareResultHandler
Packages that use TerminalAwareResultHandler
Package
Description
Contains strategies for dealing with results of commands.
-
Uses of TerminalAwareResultHandler in org.springframework.shell.result
Subclasses of TerminalAwareResultHandler in org.springframework.shell.resultModifier and TypeClassDescriptionclass
AResultHandler
that knows how to render JLine'sAttributedCharSequence
.final class
class
A simpleResultHandler
that deals with Objects (hence comes as a last resort) and prints theObject.toString()
value of results to standard out.class
Displays validation errors on the terminal.class
A ResultHandler that printsTerminalSizeAware
according to theTerminal
size.class
AResultHandler
that prints thrown exceptions messages in red.