public class CommandRegistryImpl extends Object implements CommandRegistry
Commands.| Constructor and Description |
|---|
CommandRegistryImpl(org.osgi.framework.BundleContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
registerCommand(String name,
Command cmd) |
void |
unregisterCommand(String name) |
void |
unregisterCommands() |
public CommandRegistryImpl(org.osgi.framework.BundleContext ctx)
public void registerCommand(String name, Command cmd)
registerCommand in interface CommandRegistrypublic void unregisterCommand(String name)
unregisterCommand in interface CommandRegistrypublic void unregisterCommands()
unregisterCommands in interface CommandRegistryCopyright © 2015. All rights reserved.