org.ow2.jasmine.probe.shell
Class OutputChangeCommandParams

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

public class OutputChangeCommandParams
extends JasmineProbeCommandParams


Field Summary
 String name
           
 List<String> props
           
 String type
           
 
Constructor Summary
OutputChangeCommandParams()
           
 
Method Summary
 String getName()
           
 List<String> getProps()
           
 String getType()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

type

public String type

props

public List<String> props
Constructor Detail

OutputChangeCommandParams

public OutputChangeCommandParams()
Method Detail

getType

public String getType()

getName

public String getName()

getProps

public List<String> getProps()

reset

public void reset()


Copyright © 2013 OW2 Consortium. All Rights Reserved.