CommandLine.Help.ColorScheme.Builder |
CommandLine.Help.ColorScheme.Builder.ansi(CommandLine.Help.Ansi ansi) |
Set the Ansi setting of this color scheme builder.
|
CommandLine.Help.ColorScheme.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 |
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 |
CommandLine.Help.ColorScheme.Builder.customMarkupMap(Map<String,CommandLine.Help.Ansi.IStyle> newValue) |
|
CommandLine.Help.ColorScheme.Builder |
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 |
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 |
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 |
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 |
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.
|