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