Uses of Class
org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi.Text
Packages that use CommandLine.Help.Ansi.Text
-
Uses of CommandLine.Help.Ansi.Text in org.apache.logging.log4j.core.tools.picocli
Fields in org.apache.logging.log4j.core.tools.picocli with type parameters of type CommandLine.Help.Ansi.TextModifier and TypeFieldDescriptionprotected final List<CommandLine.Help.Ansi.Text> CommandLine.Help.TextTable.columnValuesThechar[]slots of theTextTableto copy text values into.Methods in org.apache.logging.log4j.core.tools.picocli that return CommandLine.Help.Ansi.TextModifier and TypeMethodDescriptionReturns a newTextinstance with the specified text appended.CommandLine.Help.Ansi.Text.append(CommandLine.Help.Ansi.Text other) Returns a newTextinstance with the specified text appended.CommandLine.Help.Ansi.apply(String plainText, 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.TextTable.cellAt(int row, int col) Deprecated.CommandLine.Help.ColorScheme.commandText(String command) Returns a Text with all command styles applied to the specified command string.CommandLine.Help.ColorScheme.optionParamText(String optionParam) Returns a Text with all optionParam styles applied to the specified optionParam string.CommandLine.Help.ColorScheme.optionText(String option) Returns a Text with all option styles applied to the specified option string.CommandLine.Help.ColorScheme.parameterText(String parameter) Returns a Text with all parameter styles applied to the specified parameter string.CommandLine.Help.IOptionRenderer.render(CommandLine.Option option, Field field, CommandLine.Help.IParamLabelRenderer parameterLabelRenderer, CommandLine.Help.ColorScheme scheme) Returns a text representation of the specified Option and the Field that captures the option value.CommandLine.Help.IParameterRenderer.render(CommandLine.Parameters parameters, Field field, CommandLine.Help.IParamLabelRenderer parameterLabelRenderer, CommandLine.Help.ColorScheme scheme) Returns a text representation of the specified Parameters and the Field that captures the parameter values.CommandLine.Help.IParamLabelRenderer.renderParameterLabel(Field field, CommandLine.Help.Ansi ansi, 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.CommandLine.Help.Ansi.Text.splitLines()CommandLine.Help.Ansi.Text.substring(int start) Returns a newTextinstance that is a substring of this Text.CommandLine.Help.Ansi.Text.substring(int start, int end) Returns a newTextinstance that is a substring of this Text.CommandLine.Help.TextTable.textAt(int row, int col) Returns theTextslot at the specified row and column to write a text value into.Methods in org.apache.logging.log4j.core.tools.picocli with parameters of type CommandLine.Help.Ansi.TextModifier and TypeMethodDescriptionvoidCommandLine.Help.TextTable.addRowValues(CommandLine.Help.Ansi.Text... values) CommandLine.Help.Ansi.Text.append(CommandLine.Help.Ansi.Text other) Returns a newTextinstance with the specified text appended.voidCommandLine.Help.Ansi.Text.getStyledChars(int from, int length, CommandLine.Help.Ansi.Text destination, int offset) Copies the specified substring of this Text into the specified destination, preserving the markup.voidCommandLine.Help.Layout.layout(Field field, CommandLine.Help.Ansi.Text[][] cellValues) Copies the specified text values into the correct cells in theCommandLine.Help.TextTable.CommandLine.Help.TextTable.putValue(int row, int col, CommandLine.Help.Ansi.Text value) Writes the specified value into the cell at the specified row and column and returns the last row and column written to.
CommandLine.Help.TextTable.textAt(int, int)instead