Uses of Class
org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Layout
Packages that use CommandLine.Help.Layout
-
Uses of CommandLine.Help.Layout in org.apache.logging.log4j.core.tools.picocli
Methods in org.apache.logging.log4j.core.tools.picocli that return CommandLine.Help.LayoutModifier and TypeMethodDescriptionCommandLine.Help.createDefaultLayout()
Returns aLayout
instance configured with the user preferences captured in this Help instance.Methods in org.apache.logging.log4j.core.tools.picocli with parameters of type CommandLine.Help.LayoutModifier and TypeMethodDescriptionCommandLine.Help.optionList
(CommandLine.Help.Layout layout, Comparator<Field> optionSort, CommandLine.Help.IParamLabelRenderer valueLabelRenderer) Sorts allOptions
with the specifiedcomparator
(if the comparator is non-null
), then adds all non-hidden options to the specified TextTable and returns the result of TextTable.toString().CommandLine.Help.parameterList
(CommandLine.Help.Layout layout, CommandLine.Help.IParamLabelRenderer paramLabelRenderer) Returns the section of the usage help message that lists the parameters with their descriptions.