Uses of Interface
picocli.CommandLine.Help.IParameterRenderer
-
Packages that use CommandLine.Help.IParameterRenderer Package Description picocli -
-
Uses of CommandLine.Help.IParameterRenderer in picocli
Fields in picocli declared as CommandLine.Help.IParameterRenderer Modifier and Type Field Description protected CommandLine.Help.IParameterRendererCommandLine.Help.Layout. parameterRendererMethods in picocli that return CommandLine.Help.IParameterRenderer Modifier and Type Method Description CommandLine.Help.IParameterRendererCommandLine.Help. createDefaultParameterRenderer()Returns a new default ParameterRenderer which converts positional parameters to four columns of text to match the default TextTable column layout.static CommandLine.Help.IParameterRendererCommandLine.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.Constructors in 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.
-