public class CommandFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,CommandExecutor> |
commands |
| Constructor and Description |
|---|
CommandFactory(Sender sender,
List<ReactorClient.MessageListener> eventListeners) |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
getCommandExecutor(String command) |
public Map<String,CommandExecutor> commands
public CommandFactory(Sender sender, List<ReactorClient.MessageListener> eventListeners)
public CommandExecutor getCommandExecutor(String command)
Copyright © 2018. All Rights Reserved.