Class CommandAlias.DefaultCommandAlias
java.lang.Object
org.springframework.shell.command.CommandAlias.DefaultCommandAlias
- All Implemented Interfaces:
CommandAlias
- Enclosing interface:
- CommandAlias
Default implementation of
CommandAlias
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.shell.command.CommandAlias
CommandAlias.DefaultCommandAlias
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultCommandAlias
-
-
Method Details
-
getCommand
Description copied from interface:CommandAlias
Gets a command an alias.- Specified by:
getCommand
in interfaceCommandAlias
- Returns:
- command
-
getGroup
Description copied from interface:CommandAlias
Get group for an alias.- Specified by:
getGroup
in interfaceCommandAlias
- Returns:
- the group
-