Uses of Interface
org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.IParameterRenderer
Packages that use CommandLine.Help.IParameterRenderer
-
Uses of CommandLine.Help.IParameterRenderer in org.apache.logging.log4j.core.tools.picocli
Classes in org.apache.logging.log4j.core.tools.picocli that implement CommandLine.Help.IParameterRendererModifier and TypeClassDescription(package private) static class
The DefaultParameterRenderer convertsParameters
to five columns of text to match the default TextTable column layout.(package private) static class
The MinimalParameterRenderer convertsParameters
to a single row with two columns of text: the parameters label and a description.Fields in org.apache.logging.log4j.core.tools.picocli declared as CommandLine.Help.IParameterRendererModifier and TypeFieldDescriptionprotected CommandLine.Help.IParameterRenderer
CommandLine.Help.Layout.parameterRenderer
Methods in org.apache.logging.log4j.core.tools.picocli that return CommandLine.Help.IParameterRendererModifier and TypeMethodDescriptionCommandLine.Help.createDefaultParameterRenderer()
Returns a new default ParameterRenderer which convertsParameters
to four columns of text to match the default TextTable column layout.CommandLine.Help.createMinimalParameterRenderer()
Returns a new minimal ParameterRenderer which convertsParameters
to a single row with two columns of text: an option name and a description.Constructors in org.apache.logging.log4j.core.tools.picocli with parameters of type CommandLine.Help.IParameterRendererModifierConstructorDescriptionLayout
(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.