Uses of Interface
org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.IParameterRenderer
-
Packages that use CommandLine.Help.IParameterRenderer Package Description org.apache.logging.log4j.core.tools.picocli -
-
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.IParameterRenderer Modifier and Type Class Description (package private) static classCommandLine.Help.DefaultParameterRendererThe DefaultParameterRenderer convertsParametersto five columns of text to match the default TextTable column layout.(package private) static classCommandLine.Help.MinimalParameterRendererThe MinimalParameterRenderer convertsParametersto 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.IParameterRenderer Modifier and Type Field Description protected CommandLine.Help.IParameterRendererCommandLine.Help.Layout. parameterRendererMethods in org.apache.logging.log4j.core.tools.picocli that return CommandLine.Help.IParameterRenderer Modifier and Type Method Description CommandLine.Help.IParameterRendererCommandLine.Help. createDefaultParameterRenderer()Returns a new default ParameterRenderer which convertsParametersto four columns of text to match the default TextTable column layout.static CommandLine.Help.IParameterRendererCommandLine.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.IParameterRenderer Constructor 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.
-