public class GUIClientCommand extends SimpleCommand implements OSGiContext
Constructor and Description |
---|
GUIClientCommand(Main clientMain) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns a name for this command.
|
boolean |
isStorageRequired() |
void |
run(CommandContext ctx)
Execute the command
|
void |
setBundleContext(org.osgi.framework.BundleContext context) |
isAvailableInShell, isAvailableOutsideShell
getDescription, getOptions, getUsage
public GUIClientCommand(Main clientMain)
public void setBundleContext(org.osgi.framework.BundleContext context)
setBundleContext
in interface OSGiContext
public void run(CommandContext ctx) throws CommandException
Command
run
in interface Command
CommandException
public String getName()
Command
public boolean isStorageRequired()
isStorageRequired
in interface Command
isStorageRequired
in class SimpleCommand
Copyright © 2012. All Rights Reserved.