org.ow2.jasmine.probe.shell
Class OuterCommandParameters

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

public class OuterCommandParameters
extends JasmineProbeCommandParams

Parameters for commands related to the OuterService that only need a name (-n / --name) argument. Example of such commands : output-show, output-remove

Author:
danesa

Field Summary
 List<String> name
           
 
Constructor Summary
OuterCommandParameters()
           
 
Method Summary
 String getName()
           
 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

OuterCommandParameters

public OuterCommandParameters()
Method Detail

getName

public String getName()

reset

public void reset()


Copyright © 2011 OW2 Consortium. All Rights Reserved.