public class CommandRegistryImpl extends BaseCommandRegistry
Constructor and Description |
---|
CommandRegistryImpl(org.osgi.framework.BundleContext ctx) |
Modifier and Type | Method and Description |
---|---|
Command |
getCommand(String name) |
Collection<Command> |
getRegisteredCommands() |
protected org.osgi.framework.ServiceRegistration |
registerCommand(Command cmd) |
void |
unregisterCommands() |
registerCommands
public CommandRegistryImpl(org.osgi.framework.BundleContext ctx)
protected org.osgi.framework.ServiceRegistration registerCommand(Command cmd)
registerCommand
in class BaseCommandRegistry
public void unregisterCommands()
public Collection<Command> getRegisteredCommands()
Copyright © 2012. All Rights Reserved.