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

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

Deprecated.

public static class CommandOptions_1.SystemProperty
extends Object

Class to declare the application's required system properties


Constructor Summary
CommandOptions_1.SystemProperty(String id, String value)
          Deprecated.  
CommandOptions_1.SystemProperty(String id, String value, String usage)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandOptions_1.SystemProperty

public CommandOptions_1.SystemProperty(String id,
                                       String value,
                                       String usage)
Deprecated. 

Required system BasicException.Parameter declaration

Parameters:
id - The system BasicException.Parameter's id.
value - The system BasicException.Parameter's default value; or null if no default value is provided
usage - The part of the usage string associated with this specific system BasicException.Parameter.

CommandOptions_1.SystemProperty

public CommandOptions_1.SystemProperty(String id,
                                       String value)
Deprecated. 

Fixed system BasicException.Parameter declaration

Parameters:
id - The system BasicException.Parameter's id.
value - The system BasicException.Parameter's fixed value


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