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 TypeMethodDescriptionvoid
addCommand
(Class<? extends Command> commandClass) void
addCommand
(String... classNames) getCommand
(Class<? extends Command> commandClass) getCommand
(String commandName)
-
Constructor Details
-
DaemonCommandRegistry
-
-
Method Details
-
getDaemon
- Specified by:
getDaemon
in interfaceCommandRegistry
-
getCommand
- Specified by:
getCommand
in interfaceCommandRegistry
-
getCommand
- Specified by:
getCommand
in interfaceCommandRegistry
-
getAllCommands
- Specified by:
getAllCommands
in interfaceCommandRegistry
-
addCommand
-
addCommand
-