com.buglabs.osgi.tester
Class ListTestsCommand

java.lang.Object
  extended by com.buglabs.osgi.shell.pub.AbstractCommand
      extended by com.buglabs.osgi.tester.ListTestsCommand
All Implemented Interfaces:
ICommand

public class ListTestsCommand
extends AbstractCommand
implements ICommand


Field Summary
 
Fields inherited from class com.buglabs.osgi.shell.pub.AbstractCommand
arguments, context, err, out, outWriter
 
Constructor Summary
ListTestsCommand()
           
 
Method Summary
 void execute()
          Execute the command
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 
Methods inherited from class com.buglabs.osgi.shell.pub.AbstractCommand
getUsage, initialize, isValid, printError, println, setDefaultFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.buglabs.osgi.shell.ICommand
getUsage, initialize, isValid
 

Constructor Detail

ListTestsCommand

public ListTestsCommand()
Method Detail

execute

public void execute()
             throws java.lang.Exception
Description copied from interface: ICommand
Execute the command

Specified by:
execute in interface ICommand
Throws:
java.lang.Exception

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface ICommand
Overrides:
getDescription in class AbstractCommand
Returns:
A description of what the command does.

getName

public java.lang.String getName()
Specified by:
getName in interface ICommand
Returns:
Name of command.