Package | Description |
---|---|
<Unnamed> | |
org.jboss.aesh.cl.internal | |
org.jboss.aesh.cl.renderer |
Modifier and Type | Class and Description |
---|---|
static class |
AeshExample.BlueBoldRenderer |
Modifier and Type | Method and Description |
---|---|
OptionRenderer |
ProcessedOption.getRenderer()
might return null if render is not specified
|
Modifier and Type | Method and Description |
---|---|
ProcessedOptionBuilder |
ProcessedOptionBuilder.renderer(OptionRenderer renderer) |
Modifier and Type | Method and Description |
---|---|
ProcessedOptionBuilder |
ProcessedOptionBuilder.renderer(Class<? extends OptionRenderer> renderer) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
NullOptionRenderer |
Copyright © 2021 JBoss by Red Hat. All rights reserved.