org.ow2.jasmine.probe.shell
Class ProbeCommandParameters

java.lang.Object
  extended by org.ow2.jasmine.probe.shell.JasmineProbeCommandParams
      extended by org.ow2.jasmine.probe.shell.ProbeCommandParameters

public class ProbeCommandParameters
extends JasmineProbeCommandParams

Parameters for probe command.

Author:
danesa

Field Summary
 List<String> name
           
 
Constructor Summary
ProbeCommandParameters()
           
 
Method Summary
 String getIndicators()
           
 String getName()
           
 String getOutputs()
           
 int getPeriod()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public List<String> name
Constructor Detail

ProbeCommandParameters

public ProbeCommandParameters()
Method Detail

getName

public String getName()

getIndicators

public String getIndicators()

getOutputs

public String getOutputs()

getPeriod

public int getPeriod()

reset

public void reset()


Copyright © 2011 OW2 Consortium. All Rights Reserved.