|
||||||||||
| 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.collectors.derived.shell.DerivedIndicatorCreateCommand
public class DerivedIndicatorCreateCommand
Create an indicator derived from another Indicator by operating on its previous value.
| Constructor Summary | |
|---|---|
DerivedIndicatorCreateCommand()
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 |
getRequiredOptions()
|
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, getProperties, 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 DerivedIndicatorCreateCommand()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface org.apache.felix.shell.CommandgetName in class org.ow2.jasmine.probe.shell.JasmineProbeCommandpublic java.lang.String getShortDescription()
getShortDescription in interface org.apache.felix.shell.Commandpublic java.lang.String getRequiredOptions()
getRequiredOptions in class org.ow2.jasmine.probe.shell.JasmineProbeCommandpublic org.ow2.jasmine.probe.JasmineProbeManager getProbeManager()
getProbeManager in class org.ow2.jasmine.probe.shell.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 | |||||||||