Package | Description |
---|---|
org.apache.logging.log4j.core.tools.picocli |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
CommandLine.Help.DefaultParameterRenderer
The DefaultParameterRenderer converts
Parameters to five columns of text to match the
default TextTable column layout. |
(package private) static class |
CommandLine.Help.MinimalParameterRenderer
The MinimalParameterRenderer converts
Parameters to a single row with two columns of
text: the parameters label and a description. |
Modifier and Type | Field and Description |
---|---|
protected CommandLine.Help.IParameterRenderer |
CommandLine.Help.Layout.parameterRenderer |
Modifier and Type | Method and Description |
---|---|
CommandLine.Help.IParameterRenderer |
CommandLine.Help.createDefaultParameterRenderer()
Returns a new default ParameterRenderer which converts
Parameters to four columns of
text to match the default TextTable column layout. |
static CommandLine.Help.IParameterRenderer |
CommandLine.Help.createMinimalParameterRenderer()
Returns a new minimal ParameterRenderer which converts
Parameters to a single row with
two columns of text: an option name and a description. |
Constructor and Description |
---|
Layout(CommandLine.Help.ColorScheme colorScheme,
CommandLine.Help.TextTable textTable,
CommandLine.Help.IOptionRenderer optionRenderer,
CommandLine.Help.IParameterRenderer parameterRenderer)
Constructs a Layout with the specified color scheme, the specified TextTable, the
specified option renderer and the specified parameter renderer.
|