Package commandManager
Class CommandManager
java.lang.Object
commandManager.CommandManager
Command Manager for interactive collection manage.
- Since:
- 1.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
executeCommand
(CommandClientRequest command, CallerBack requester, ServerConnection answerConnection) Universe method for command executing.fromDescription
(CommandDescription description) Get all commands from manager.
-
Constructor Details
-
CommandManager
public CommandManager()Setup command manager and all of its commands.
-
-
Method Details
-
getCommands
Get all commands from manager.- Returns:
- Map of loaded commands
-
executeCommand
public void executeCommand(CommandClientRequest command, CallerBack requester, ServerConnection answerConnection) Universe method for command executing.- Parameters:
command
- request
-
fromDescription
-