Package com.aspectran.shell.command
Interface CommandRegistry
- All Known Implementing Classes:
ShellCommandRegistry
public interface CommandRegistry
A registry that contains the commands known by a shell.
Created: 2017. 10. 25.
-
Method Summary
Modifier and TypeMethodDescriptiongetCommand
(Class<? extends Command> commandClass) getCommand
(String commandName)
-
Method Details
-
getConsoleCommander
ConsoleCommander getConsoleCommander() -
getCommand
-
getCommand
-
getAllCommands
Collection<Command> getAllCommands()
-