|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.junit4osgi.command.JunitCommand
public class JunitCommand
Felix shell command. Allow to run tests.
Constructor Summary | |
---|---|
JunitCommand()
|
Method Summary | |
---|---|
void |
execute(String line,
PrintStream out,
PrintStream err)
Executes the command. |
String |
getName()
Gets the command name. |
String |
getShortDescription()
Gets a small description of the command. |
String |
getUsage()
Gets command usage. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JunitCommand()
Method Detail |
---|
public void execute(String line, PrintStream out, PrintStream err)
execute
in interface Command
line
- the command lineout
- the output streamerr
- the error streamCommand.execute(java.lang.String, java.io.PrintStream, java.io.PrintStream)
public String getName()
getName
in interface Command
Command.getName()
public String getShortDescription()
getShortDescription
in interface Command
Command.getShortDescription()
public String getUsage()
getUsage
in interface Command
Command.getUsage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |