|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.shell.JasmineProbeCommand
org.ow2.jasmine.probe.outers.console.shell.ConsoleOuterCreateCommand
public class ConsoleOuterCreateCommand
| Constructor Summary | |
|---|---|
ConsoleOuterCreateCommand()
Default Constructor |
|
| Method Summary | |
|---|---|
void |
execute(String line,
PrintStream out,
PrintStream err)
Executes the command using the supplied command line, output print stream, and error print stream. |
String |
getName()
Returns the name of the command that is implemented by the interface. |
String |
getShortDescription()
Returns a short description of the command; this description should be as short as possible. |
String |
getUsage()
Returns the usage string for the command. |
| Methods inherited from class org.ow2.jasmine.probe.shell.JasmineProbeCommand |
|---|
getParams, parseOptions, parseProperties, setParams |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsoleOuterCreateCommand()
| Method Detail |
|---|
public String getName()
getName in interface org.apache.felix.shell.CommandgetName in class org.ow2.jasmine.probe.shell.JasmineProbeCommandpublic String getUsage()
getUsage in interface org.apache.felix.shell.Commandpublic String getShortDescription()
getShortDescription in interface org.apache.felix.shell.Command
public void execute(String line,
PrintStream out,
PrintStream err)
execute in interface org.apache.felix.shell.Commandline - the complete command line, including the command name.out - the print stream to use for standard output.err - the print stream to use for standard error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||