Uses of Interface
org.springframework.shell.ResultHandlerService
Packages that use ResultHandlerService
Package
Description
Contains core classes for Spring Shell, irrespective of the way commands are actually implemented.
Contains strategies for dealing with results of commands.
-
Uses of ResultHandlerService in org.springframework.shell
Constructors in org.springframework.shell with parameters of type ResultHandlerServiceModifierConstructorDescriptionShell
(ResultHandlerService resultHandlerService, CommandCatalog commandRegistry, org.jline.terminal.Terminal terminal, ShellContext shellContext, ExitCodeMappings exitCodeMappings) -
Uses of ResultHandlerService in org.springframework.shell.boot
Methods in org.springframework.shell.boot that return ResultHandlerServiceModifier and TypeMethodDescriptionSpringShellAutoConfiguration.resultHandlerService
(Set<ResultHandler<?>> resultHandlers) Methods in org.springframework.shell.boot with parameters of type ResultHandlerServiceModifier and TypeMethodDescriptionSpringShellAutoConfiguration.shell
(ResultHandlerService resultHandlerService, CommandCatalog commandRegistry, org.jline.terminal.Terminal terminal, ShellConversionServiceSupplier shellConversionServiceSupplier, ShellContext shellContext, ExitCodeMappings exitCodeMappings) -
Uses of ResultHandlerService in org.springframework.shell.result
Classes in org.springframework.shell.result that implement ResultHandlerServiceModifier and TypeClassDescriptionclass
BaseResultHandlerService
implementation suitable for use in most environments.