Uses of Interface
org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.IOptionRenderer
Packages that use CommandLine.Help.IOptionRenderer
-
Uses of CommandLine.Help.IOptionRenderer in org.apache.logging.log4j.core.tools.picocli
Classes in org.apache.logging.log4j.core.tools.picocli that implement CommandLine.Help.IOptionRendererModifier and TypeClassDescription(package private) static class
(package private) static class
The MinimalOptionRenderer convertsOptions
to a single row with two columns of text: an option name and a description.Fields in org.apache.logging.log4j.core.tools.picocli declared as CommandLine.Help.IOptionRendererModifier and TypeFieldDescriptionprotected CommandLine.Help.IOptionRenderer
CommandLine.Help.Layout.optionRenderer
Methods in org.apache.logging.log4j.core.tools.picocli that return CommandLine.Help.IOptionRendererModifier and TypeMethodDescriptionCommandLine.Help.createDefaultOptionRenderer()
CommandLine.Help.createMinimalOptionRenderer()
Returns a new minimal OptionRenderer which convertsOptions
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.IOptionRendererModifierConstructorDescriptionLayout
(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.