Package com.aspectran.daemon.command
Interface CommandRegistry
- All Known Implementing Classes:
DaemonCommandRegistry
public interface CommandRegistry
-
Method Summary
Modifier and TypeMethodDescriptiongetCommand
(Class<? extends Command> commandClass) getCommand
(String commandName)
-
Method Details
-
getDaemon
Daemon getDaemon() -
getCommand
-
getCommand
-
getAllCommands
Collection<Command> getAllCommands()
-