public class RunModeCommand extends Object implements org.apache.felix.shell.Command
| Constructor and Description |
|---|
RunModeCommand(Set<String> modes) |
| Modifier and Type | Method and Description |
|---|---|
static void |
destroyPlugin() |
void |
execute(String command,
PrintStream out,
PrintStream err) |
String |
getName() |
String |
getShortDescription() |
String |
getUsage() |
static void |
initPlugin(org.osgi.framework.BundleContext bundleContext,
Set<String> modes) |
public static void initPlugin(org.osgi.framework.BundleContext bundleContext,
Set<String> modes)
public static void destroyPlugin()
public String getName()
getName in interface org.apache.felix.shell.CommandCommand.getName()public String getShortDescription()
getShortDescription in interface org.apache.felix.shell.CommandCommand.getShortDescription()public String getUsage()
getUsage in interface org.apache.felix.shell.CommandCommand.getUsage()public void execute(String command, PrintStream out, PrintStream err)
execute in interface org.apache.felix.shell.CommandCommand.execute(java.lang.String, java.io.PrintStream, java.io.PrintStream)Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.