|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.compatibility.base.application.cci.ConfigurationSpecifier
org.openmdx.compatibility.base.application.spi.CommandOptions_1.Option
public static class CommandOptions_1.Option
Class to declare the application's options
| Field Summary |
|---|
| Fields inherited from class org.openmdx.compatibility.base.application.cci.ConfigurationSpecifier |
|---|
defaults, maximum, minimum, required, sensitive, usage |
| Constructor Summary | |
|---|---|
CommandOptions_1.Option(String id,
String usage)
Deprecated. |
|
CommandOptions_1.Option(String id,
String usage,
boolean required,
int minimum,
int maximum)
Deprecated. |
|
CommandOptions_1.Option(String id,
String usage,
boolean required,
int minimum,
int maximum,
boolean sensitive)
Deprecated. |
|
CommandOptions_1.Option(String id,
String usage,
String[] defaults,
int minimum,
int maximum)
Deprecated. |
|
CommandOptions_1.Option(String id,
String usage,
String[] defaults,
int minimum,
int maximum,
boolean sensitive)
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandOptions_1.Option(String id,
String usage,
boolean required,
int minimum,
int maximum,
boolean sensitive)
id - The (long or short) option's id.usage - The part of the usage string associated with
this specific option.required - Defines whether the option is required.minimum - Defines the minimal number of arguments for
this option.maximum - Defines the maximal number of arguments for
this option.
Integer.MAX_VALUE indicates no limit.sensitive - Sensitive options are not logged by the
application framework.
public CommandOptions_1.Option(String id,
String usage,
boolean required,
int minimum,
int maximum)
id - The (long or short) option's id.usage - The part of the usage string associated with
this specific option.required - Defines whether the option is required.minimum - Defines the minimal number of arguments for
this option.maximum - Defines the maximal number of arguments for
this option.
Integer.MAX_VALUE indicates no limit.
public CommandOptions_1.Option(String id,
String usage,
String[] defaults,
int minimum,
int maximum,
boolean sensitive)
id - The (long or short) option's id.usage - The part of the usage string associated with
this specific option.defaults - The default argument values in case the option
is not explicitely given.minimum - Defines the minimal number of arguments for
this option.maximum - Defines the maximal number of arguments for
this option.
Integer.MAX_VALUE indicates no limit.sensitive - Sensitive options are not logged by the
application framework.
public CommandOptions_1.Option(String id,
String usage,
String[] defaults,
int minimum,
int maximum)
id - The (long or short) option's id.usage - The part of the usage string associated with
this specific option.defaults - The default argument values in case the option
is not explicitely given.minimum - Defines the minimal number of arguments for
this option.maximum - Defines the maximal number of arguments for
this option.
Integer.MAX_VALUE indicates no limit.
public CommandOptions_1.Option(String id,
String usage)
id - The (long or short) option's id.usage - The part of the usage string associated with
this specific option.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||