fr.imag.adele.bundle.scriptcmd
Class WaitCmdImpl
java.lang.Object
fr.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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WaitCmdImpl
public WaitCmdImpl(org.osgi.framework.BundleContext context)
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