Uses of Interface
picocli.CommandLine.IHelpSectionRenderer
-
Packages that use CommandLine.IHelpSectionRenderer Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.IHelpSectionRenderer in picocli
Fields in picocli with type parameters of type CommandLine.IHelpSectionRenderer Modifier and Type Field Description private java.util.Map<java.lang.String,CommandLine.IHelpSectionRenderer>
CommandLine.Model.UsageMessageSpec. helpSectionRendererMap
Methods in picocli that return types with arguments of type CommandLine.IHelpSectionRenderer Modifier and Type Method Description private java.util.Map<java.lang.String,CommandLine.IHelpSectionRenderer>
CommandLine.Model.UsageMessageSpec. createHelpSectionRendererMap()
Returns the help section renderers for the predefined section keys.java.util.Map<java.lang.String,CommandLine.IHelpSectionRenderer>
CommandLine. getHelpSectionMap()
Returns the map of section keys and renderers used to construct the usage help message.java.util.Map<java.lang.String,CommandLine.IHelpSectionRenderer>
CommandLine.Model.UsageMessageSpec. sectionMap()
Returns the map of section keys and renderers used to construct the usage help message.Methods in picocli with parameters of type CommandLine.IHelpSectionRenderer Modifier and Type Method Description (package private) static void
CommandLine.Assert. assertTrue(boolean condition, CommandLine.IHelpSectionRenderer producer)
Method parameters in picocli with type arguments of type CommandLine.IHelpSectionRenderer Modifier and Type Method Description CommandLine.Model.UsageMessageSpec
CommandLine.Model.UsageMessageSpec. sectionMap(java.util.Map<java.lang.String,CommandLine.IHelpSectionRenderer> map)
Sets the map of section keys and renderers used to construct the usage help message to a copy of the specified map.CommandLine
CommandLine. setHelpSectionMap(java.util.Map<java.lang.String,CommandLine.IHelpSectionRenderer> map)
Sets the map of section keys and renderers used to construct the usage help message.
-