public class CommandRegistryImpl extends Object implements CommandRegistry
Command
s.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 CommandRegistry
public void unregisterCommand(String name)
unregisterCommand
in interface CommandRegistry
public void unregisterCommands()
unregisterCommands
in interface CommandRegistry
Copyright © 2014. All rights reserved.