Uses of Interface
picocli.CommandLine.Help.IParameterRenderer
-
Uses of CommandLine.Help.IParameterRenderer in picocli
Classes in picocli that implement CommandLine.Help.IParameterRendererModifier and TypeClassDescription(package private) static class
The DefaultParameterRenderer converts positional parameters to five columns of text to match the default TextTable column layout.(package private) static class
The MinimalParameterRenderer converts positional parameters to a single row with two columns of text: the parameters label and a description.Fields in picocli declared as CommandLine.Help.IParameterRendererModifier and TypeFieldDescriptionprotected CommandLine.Help.IParameterRenderer
CommandLine.Help.Layout.parameterRenderer
Methods in picocli that return CommandLine.Help.IParameterRendererModifier and TypeMethodDescriptionCommandLine.Help.createDefaultParameterRenderer()
Returns a new default ParameterRenderer which converts positional parameters to four columns of text to match the default TextTable column layout.CommandLine.Help.createMinimalParameterRenderer()
Returns a new minimal ParameterRenderer which converts positional parameters to a single row with two columns of text: an option name and a description.CommandLine.Help.Layout.parameterRenderer()
Returns the IParameterRenderer used to render positional params to Text before adding this text to the TextTable in this layout.Constructors in 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.