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 TypeClassDescriptionclassAResultHandlerthat knows how to render JLine'sAttributedCharSequence.final classclassA simpleResultHandlerthat deals with Objects (hence comes as a last resort) and prints theObject.toString()value of results to standard out.classDisplays validation errors on the terminal.classA ResultHandler that printsTerminalSizeAwareaccording to theTerminalsize.classAResultHandlerthat prints thrown exceptions messages in red.