public interface CommandRegistry
Modifier and Type | Method and Description |
---|---|
Command |
getCommand(String name) |
Collection<Command> |
getRegisteredCommands() |
void |
registerCommand(Command cmd) |
void |
registerCommands(Iterable<? extends Command> cmds) |
void |
unregisterCommands() |
Copyright © 2012. All Rights Reserved.