Uses of Interface
org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi.IStyle
-
Packages that use CommandLine.Help.Ansi.IStyle Package Description org.apache.logging.log4j.core.tools.picocli -
-
Uses of CommandLine.Help.Ansi.IStyle in org.apache.logging.log4j.core.tools.picocli
Classes in org.apache.logging.log4j.core.tools.picocli that implement CommandLine.Help.Ansi.IStyle Modifier and Type Class Description (package private) static classCommandLine.Help.Ansi.Palette256ColorDefines a palette map of 216 colors: 6 * 6 * 6 cube (216 colors): 16 + 36 * r + 6 * g + b (0 <= r, g, b <= 5).static classCommandLine.Help.Ansi.StyleA set of pre-defined ANSI escape code styles and colors, and a set of convenience methods for parsing text with embedded markup style names, as well as convenience methods for converting styles to strings with embedded escape codes.Fields in org.apache.logging.log4j.core.tools.picocli with type parameters of type CommandLine.Help.Ansi.IStyle Modifier and Type Field Description java.util.List<CommandLine.Help.Ansi.IStyle>CommandLine.Help.ColorScheme. commandStylesjava.util.List<CommandLine.Help.Ansi.IStyle>CommandLine.Help.ColorScheme. optionParamStylesjava.util.List<CommandLine.Help.Ansi.IStyle>CommandLine.Help.ColorScheme. optionStylesjava.util.List<CommandLine.Help.Ansi.IStyle>CommandLine.Help.ColorScheme. parameterStylesMethods in org.apache.logging.log4j.core.tools.picocli that return CommandLine.Help.Ansi.IStyle Modifier and Type Method Description static CommandLine.Help.Ansi.IStyleCommandLine.Help.Ansi.Style. bg(java.lang.String str)Parses the specified style markup and returns the associated style.static CommandLine.Help.Ansi.IStyleCommandLine.Help.Ansi.Style. fg(java.lang.String str)Parses the specified style markup and returns the associated style.static CommandLine.Help.Ansi.IStyle[]CommandLine.Help.Ansi.Style. parse(java.lang.String commaSeparatedCodes)Parses the specified comma-separated sequence of style descriptors and returns the associated styles.Methods in org.apache.logging.log4j.core.tools.picocli with parameters of type CommandLine.Help.Ansi.IStyle Modifier and Type Method Description private CommandLine.Help.ColorSchemeCommandLine.Help.ColorScheme. addAll(java.util.List<CommandLine.Help.Ansi.IStyle> styles, CommandLine.Help.Ansi.IStyle... add)CommandLine.Help.ColorSchemeCommandLine.Help.ColorScheme. commands(CommandLine.Help.Ansi.IStyle... styles)Adds the specified styles to the registered styles for commands in this color scheme and returns this color scheme.static java.lang.StringCommandLine.Help.Ansi.Style. off(CommandLine.Help.Ansi.IStyle... styles)Returns the concatenated ANSI escape codes for turning all specified styles off.static java.lang.StringCommandLine.Help.Ansi.Style. on(CommandLine.Help.Ansi.IStyle... styles)Returns the concatenated ANSI escape codes for turning all specified styles on.CommandLine.Help.ColorSchemeCommandLine.Help.ColorScheme. optionParams(CommandLine.Help.Ansi.IStyle... styles)Adds the specified styles to the registered styles for option parameters in this color scheme and returns this color scheme.CommandLine.Help.ColorSchemeCommandLine.Help.ColorScheme. 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.ColorSchemeCommandLine.Help.ColorScheme. parameters(CommandLine.Help.Ansi.IStyle... styles)Adds the specified styles to the registered styles for positional parameters in this color scheme and returns this color scheme.Method parameters in org.apache.logging.log4j.core.tools.picocli with type arguments of type CommandLine.Help.Ansi.IStyle Modifier and Type Method Description private CommandLine.Help.ColorSchemeCommandLine.Help.ColorScheme. addAll(java.util.List<CommandLine.Help.Ansi.IStyle> styles, CommandLine.Help.Ansi.IStyle... add)CommandLine.Help.Ansi.TextCommandLine.Help.Ansi. apply(java.lang.String plainText, java.util.List<CommandLine.Help.Ansi.IStyle> styles)Returns a new Text object where all the specified styles are applied to the full length of the specified plain text.CommandLine.Help.Ansi.TextCommandLine.Help.DefaultParamLabelRenderer. renderParameterLabel(java.lang.reflect.Field field, CommandLine.Help.Ansi ansi, java.util.List<CommandLine.Help.Ansi.IStyle> styles)CommandLine.Help.Ansi.TextCommandLine.Help.IParamLabelRenderer. renderParameterLabel(java.lang.reflect.Field field, CommandLine.Help.Ansi ansi, java.util.List<CommandLine.Help.Ansi.IStyle> styles)Returns a text rendering of the Option parameter or positional parameter; returns an empty string""if the option is a boolean and does not take a parameter.private voidCommandLine.Help.ColorScheme. replace(java.util.List<CommandLine.Help.Ansi.IStyle> styles, java.lang.String property)
-