|
||||||||||
| 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.shell.TargetCreateCommand
public class TargetCreateCommand
Implements target-create command.
| Constructor Summary | |
|---|---|
TargetCreateCommand()
Default Constructor |
|
| Method Summary | |
|---|---|
void |
execute(java.lang.String line,
java.io.PrintStream out,
java.io.PrintStream err)
Executes the command using the supplied command line, output print stream, and error print stream. |
java.lang.String |
getName()
Returns the name of the command that is implemented by the interface. |
org.ow2.jasmine.probe.JasmineProbeManager |
getProbeManager()
|
java.lang.String |
getProperties()
By default, there are no properties. |
java.lang.String |
getRequiredOptions()
To be extended by commands having required options |
java.lang.String |
getShortDescription()
Returns a short description of the command; this description should be as short as possible. |
| Methods inherited from class org.ow2.jasmine.probe.shell.JasmineProbeCommand |
|---|
createIndicator, getParams, getUsage, parseOptions, parseProperties, setParams, validParam |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.felix.shell.Command |
|---|
getUsage |
| Constructor Detail |
|---|
public TargetCreateCommand()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface org.apache.felix.shell.CommandgetName in class JasmineProbeCommandpublic java.lang.String getShortDescription()
getShortDescription in interface org.apache.felix.shell.Commandpublic java.lang.String getProperties()
JasmineProbeCommand
getProperties in class JasmineProbeCommandpublic java.lang.String getRequiredOptions()
JasmineProbeCommand
getRequiredOptions in class JasmineProbeCommandpublic org.ow2.jasmine.probe.JasmineProbeManager getProbeManager()
getProbeManager in class JasmineProbeCommand
public void execute(java.lang.String line,
java.io.PrintStream out,
java.io.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 | |||||||||