org.ow2.jasmine.probe.shell
Class OutputCreateCommandParams

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

public class OutputCreateCommandParams
extends JasmineProbeCommandParams


Field Summary
 String name
           
 List<String> props
           
 String type
           
 
Constructor Summary
OutputCreateCommandParams()
           
 
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

OutputCreateCommandParams

public OutputCreateCommandParams()
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.