Interface CommandAlias
- All Known Implementing Classes:
- CommandAlias.DefaultCommandAlias
public interface CommandAlias
Interface representing an alias in a command.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionGets a command an alias.getGroup()Get group for an alias.static CommandAliasGets an instance of a defaultCommandAlias.
- 
Method Details- 
getCommandString getCommand()Gets a command an alias.- Returns:
- command
 
- 
getGroupString getGroup()Get group for an alias.- Returns:
- the group
 
- 
ofGets an instance of a defaultCommandAlias.- Parameters:
- command- the command
- group- the group
- Returns:
- default command alias
 
 
-