Package com.aspectran.daemon.command
Interface CommandRegistry
-
- All Known Implementing Classes:
DaemonCommandRegistry
public interface CommandRegistry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<Command>getAllCommands()CommandgetCommand(java.lang.Class<? extends Command> commandClass)CommandgetCommand(java.lang.String commandName)DaemongetDaemon()
-