| Package | Description |
|---|---|
| org.jboss.aesh.cl.internal |
| Modifier and Type | Field and Description |
|---|---|
private OptionType |
ProcessedOption.optionType |
private OptionType |
ProcessedOptionBuilder.optionType |
| Modifier and Type | Method and Description |
|---|---|
OptionType |
ProcessedOption.getOptionType() |
static OptionType |
OptionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OptionType[] |
OptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessedOptionBuilder |
ProcessedOptionBuilder.optionType(OptionType optionType) |
| Constructor and Description |
|---|
ProcessedOption(char shortName,
java.lang.String name,
java.lang.String description,
java.lang.String argument,
boolean required,
char valueSeparator,
java.util.List<java.lang.String> defaultValue,
java.lang.Class<?> type,
java.lang.String fieldName,
OptionType optionType,
Converter converter,
OptionCompleter completer,
OptionValidator optionValidator,
OptionActivator activator,
OptionRenderer renderer,
boolean overrideRequired) |