protected static interface AbstractConfigurationBuilder.Param
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultValue()
The default value used when not set explicitly.
|
java.lang.String |
getDescription()
A description of this parameter used when printing usage.
|
java.lang.String |
getName()
The name of the parameter as it would appear on the command-line.
|
java.lang.String |
getType()
A string representation of the parameter type.
|
boolean |
isRequired()
Indicates whether or not this parameter is required and must therefore be set before the
configuration can be successfully built.
|
void |
setValue(Configuration config,
java.lang.String value)
Sets this parameter on the given configuration instance.
|
java.lang.String getName()
java.lang.String getType()
java.lang.String getDescription()
java.lang.String getDefaultValue()
isRequired() is true.boolean isRequired()
void setValue(Configuration config, java.lang.String value)