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
Fields in org.apache.logging.log4j.core.tools.picocli declared as CommandLine.Help.IParameterRendererModifier and TypeFieldDescriptionprotected CommandLine.Help.IParameterRendererCommandLine.Help.Layout.parameterRendererMethods in org.apache.logging.log4j.core.tools.picocli that return CommandLine.Help.IParameterRendererModifier and TypeMethodDescriptionCommandLine.Help.createDefaultParameterRenderer()Returns a new default ParameterRenderer which convertsParametersto four columns of text to match the default TextTable column layout.CommandLine.Help.createMinimalParameterRenderer()Returns a new minimal ParameterRenderer which convertsParametersto 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.