Package | Description |
---|---|
org.jboss.aesh.cl.internal |
Modifier and Type | Method and Description |
---|---|
OptionType |
ProcessedOption.getOptionType() |
static OptionType |
OptionType.valueOf(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,
String name,
String description,
String argument,
boolean required,
char valueSeparator,
List<String> defaultValue,
Class<?> type,
String fieldName,
OptionType optionType,
Converter converter,
OptionCompleter completer,
OptionValidator optionValidator,
OptionActivator activator,
OptionRenderer renderer,
boolean overrideRequired) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.