fr.imag.adele.bundle.scriptcmd
Class PropertiesCmdImpl
java.lang.Object
fr.imag.adele.bundle.scriptcmd.PropertiesCmdImpl
- All Implemented Interfaces:
- org.ungoverned.osgi.service.shell.Command
- public class PropertiesCmdImpl
- extends Object
- implements org.ungoverned.osgi.service.shell.Command
This class creates a shell command
Constructor Summary |
PropertiesCmdImpl(org.osgi.framework.BundleContext bundleContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesCmdImpl
public PropertiesCmdImpl(org.osgi.framework.BundleContext bundleContext)
getName
public String getName()
- Specified by:
getName
in interface org.ungoverned.osgi.service.shell.Command
getUsage
public String getUsage()
- Specified by:
getUsage
in interface org.ungoverned.osgi.service.shell.Command
getShortDescription
public String getShortDescription()
- Specified by:
getShortDescription
in interface org.ungoverned.osgi.service.shell.Command
execute
public void execute(String commandline,
PrintStream out,
PrintStream err)
- Specified by:
execute
in interface org.ungoverned.osgi.service.shell.Command