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 andautocompletionfunctionality. -
-
Uses of CommandLine.IHelpSectionRenderer in picocli
Methods in picocli that return types with arguments of type CommandLine.IHelpSectionRenderer Modifier and Type Method Description Map<String,CommandLine.IHelpSectionRenderer>CommandLine. getHelpSectionMap()Returns the map of section keys and renderers used to construct the usage help message.Map<String,CommandLine.IHelpSectionRenderer>CommandLine.Model.UsageMessageSpec. sectionMap()Returns the map of section keys and renderers used to construct the usage help message.Method parameters in picocli with type arguments of type CommandLine.IHelpSectionRenderer Modifier and Type Method Description CommandLine.Model.UsageMessageSpecCommandLine.Model.UsageMessageSpec. sectionMap(Map<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.CommandLineCommandLine. setHelpSectionMap(Map<String,CommandLine.IHelpSectionRenderer> map)Sets the map of section keys and renderers used to construct the usage help message.
-