fr.imag.adele.bundle.scriptcmd
Class WaitCmdImpl

java.lang.Object
  extended byfr.imag.adele.bundle.scriptcmd.WaitCmdImpl
All Implemented Interfaces:
org.ungoverned.osgi.service.shell.Command

public class WaitCmdImpl
extends Object
implements org.ungoverned.osgi.service.shell.Command

This class creates a shell command


Constructor Summary
WaitCmdImpl(org.osgi.framework.BundleContext context)
           
 
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

WaitCmdImpl

public WaitCmdImpl(org.osgi.framework.BundleContext context)
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