Uses of Interface
org.springframework.shell.exit.ExitCodeMappings
Packages that use ExitCodeMappings
Package
Description
Contains core classes for Spring Shell, irrespective of the way commands are actually implemented.
-
Uses of ExitCodeMappings in org.springframework.shell
Constructors in org.springframework.shell with parameters of type ExitCodeMappingsModifierConstructorDescriptionShell
(ResultHandlerService resultHandlerService, CommandCatalog commandRegistry, org.jline.terminal.Terminal terminal, ShellContext shellContext, ExitCodeMappings exitCodeMappings) -
Uses of ExitCodeMappings in org.springframework.shell.boot
Methods in org.springframework.shell.boot with parameters of type ExitCodeMappingsModifier and TypeMethodDescriptionSpringShellAutoConfiguration.shell
(ResultHandlerService resultHandlerService, CommandCatalog commandRegistry, org.jline.terminal.Terminal terminal, ShellConversionServiceSupplier shellConversionServiceSupplier, ShellContext shellContext, ExitCodeMappings exitCodeMappings)