org.openmdx.compatibility.base.application.spi
Class CommandOptions_1.Parameter

java.lang.Object
  extended by org.openmdx.compatibility.base.application.spi.CommandOptions_1.Parameter
Enclosing class:
CommandOptions_1

Deprecated.

public static class CommandOptions_1.Parameter
extends Object

Class to declare the application's parameters


Constructor Summary
CommandOptions_1.Parameter(String name, String usage, boolean required, boolean multivalued)
          Deprecated. Parameter declaration
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandOptions_1.Parameter

public CommandOptions_1.Parameter(String name,
                                  String usage,
                                  boolean required,
                                  boolean multivalued)
Deprecated. 
Parameter declaration

Parameters:
name - The parameter's name
usage - The part of the usage string associated with this specific parameter
required - Whether it's a mandatory or optional parameter
multivalued - Whether all the remaining arguments belong to this parameter


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.