fr.imag.adele.bundle.scriptcmd
Class PropertiesCmdImpl

java.lang.Object
  extended byfr.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)
           
 
Method Summary
 void execute(String commandline, PrintStream out, PrintStream err)
           
 String getName()
           
 String getShortDescription()
           
 String getUsage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesCmdImpl

public PropertiesCmdImpl(org.osgi.framework.BundleContext bundleContext)
Method Detail

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