Uses of Class
org.ow2.jasmine.probe.shell.JasmineProbeCommandParams

Packages that use JasmineProbeCommandParams
org.ow2.jasmine.probe.shell   
 

Uses of JasmineProbeCommandParams in org.ow2.jasmine.probe.shell
 

Subclasses of JasmineProbeCommandParams in org.ow2.jasmine.probe.shell
 class IndicatorCommandParameters
          Parameters for commands related to indicators manipulation that only need a name main argument.
 class OuterCommandParameters
          Parameters for commands related to the OuterService that only need a name (-n / --name) argument.
 class ProbeCommandParameters
          Parameters for probe command.
 class ProbeCommandsParams
          Parameters for probe commands having only one parameter, the probe's name (probe-start, probe-stop etc..)
 class TargetCommandParameters
          Parameters for commands related to target manipulation that only need a name main argument.
 

Methods in org.ow2.jasmine.probe.shell that return JasmineProbeCommandParams
 JasmineProbeCommandParams JasmineProbeCommand.getParams()
           
 

Methods in org.ow2.jasmine.probe.shell with parameters of type JasmineProbeCommandParams
protected  Map<String,String> JasmineProbeCommand.parseProperties(Collection<org.ow2.jasmine.probe.JasminePropertyInfo> propsInfo, JasmineProbeCommandParams params)
          Construct a properties Map, where the keys are property names provided by propsInfo and the values of the properties should be read from the command parameters
 void JasmineProbeCommand.setParams(JasmineProbeCommandParams params)
           
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.