Package com.aspectran.daemon.command
Class DaemonCommandRegistry
java.lang.Object
com.aspectran.daemon.command.DaemonCommandRegistry
- All Implemented Interfaces:
CommandRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCommand(Class<? extends Command> commandClass) voidaddCommand(String... classNames) getCommand(Class<? extends Command> commandClass) getCommand(String commandName)
-
Constructor Details
-
DaemonCommandRegistry
-
-
Method Details
-
getDaemon
- Specified by:
getDaemonin interfaceCommandRegistry
-
getCommand
- Specified by:
getCommandin interfaceCommandRegistry
-
getCommand
- Specified by:
getCommandin interfaceCommandRegistry
-
getAllCommands
- Specified by:
getAllCommandsin interfaceCommandRegistry
-
addCommand
-
addCommand
-