Class CommandExitCode.DefaultCommandExitCode
java.lang.Object
org.springframework.shell.command.CommandExitCode.DefaultCommandExitCode
- All Implemented Interfaces:
CommandExitCode
- Enclosing interface:
- CommandExitCode
public static class CommandExitCode.DefaultCommandExitCode
extends Object
implements CommandExitCode
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.shell.command.CommandExitCode
CommandExitCode.DefaultCommandExitCode
-
Method Summary
Modifier and TypeMethodDescriptionGets a function mappings from exceptions to exit codes.
-
Method Details
-
getMappingFunctions
Description copied from interface:CommandExitCode
Gets a function mappings from exceptions to exit codes.- Specified by:
getMappingFunctions
in interfaceCommandExitCode
- Returns:
- function mappings
-