Uses of Class
picocli.CommandLine.Help.ColorScheme.Builder
Packages that use CommandLine.Help.ColorScheme.Builder
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
Uses of CommandLine.Help.ColorScheme.Builder in picocli
Methods in picocli that return CommandLine.Help.ColorScheme.BuilderModifier and TypeMethodDescriptionCommandLine.Help.ColorScheme.Builder.ansi
(CommandLine.Help.Ansi ansi) Set theAnsi
setting of this color scheme builder.CommandLine.Help.ColorScheme.Builder.applySystemProperties()
Replaces colors and styles in this scheme builder with ones specified in system properties, and returns this builder.CommandLine.Help.ColorScheme.Builder.commands
(CommandLine.Help.Ansi.IStyle... styles) Adds the specified styles to the registered styles for commands in this color scheme builder and returns this builder.CommandLine.Help.ColorScheme.Builder.customMarkupMap
(Map<String, CommandLine.Help.Ansi.IStyle> newValue) Sets the custom mapping from markup names (the names of theCommandLine.Help.Ansi.Style
enum constants, like bold, italic, fg_blue, bg_green, etc) toCommandLine.Help.Ansi.IStyle
objects in this color scheme.CommandLine.Help.ColorScheme.Builder.errors
(CommandLine.Help.Ansi.IStyle... styles) Adds the specified styles to the registered styles for errors in this color scheme builder and returns this builder.CommandLine.Help.ColorScheme.Builder.optionParams
(CommandLine.Help.Ansi.IStyle... styles) Adds the specified styles to the registered styles for option parameters in this color scheme builder and returns this builder.CommandLine.Help.ColorScheme.Builder.options
(CommandLine.Help.Ansi.IStyle... styles) Adds the specified styles to the registered styles for options in this color scheme and returns this color scheme.CommandLine.Help.ColorScheme.Builder.parameters
(CommandLine.Help.Ansi.IStyle... styles) Adds the specified styles to the registered styles for positional parameters in this color scheme builder and returns this builder.CommandLine.Help.ColorScheme.Builder.stackTraces
(CommandLine.Help.Ansi.IStyle... styles) Adds the specified styles to the registered styles for stack traces in this color scheme builder and returns this builder.