CommandLine.Help.Ansi.Text |
CommandLine.Help.Ansi.Text.append(java.lang.String string) |
Deprecated.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.Ansi.Text.append(CommandLine.Help.Ansi.Text text) |
Deprecated.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.Ansi.apply(java.lang.String plainText,
java.util.List<CommandLine.Help.Ansi.IStyle> styles) |
Deprecated.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.ColorScheme.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.Text |
CommandLine.Help.TextTable.cellAt(int row,
int col) |
Deprecated.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.commandNamesText(java.lang.String separator) |
Returns a Text object containing the command name and all aliases, separated with the specified separator.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.ColorScheme.commandText(java.lang.String command) |
Returns a Text with all command styles applied to the specified command string.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.Ansi.Text.concat(java.lang.String string) |
Returns a copy of this Text instance with the specified text concatenated to the end.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.Ansi.Text.concat(CommandLine.Help.Ansi.Text other) |
Returns a copy of this Text instance with the specified text concatenated to the end.
|
protected CommandLine.Help.Ansi.Text |
CommandLine.Help.createDetailedSynopsisCommandText() |
Returns a Text object containing a partial detailed synopsis showing only the subcommands, starting with a " " space.
|
protected CommandLine.Help.Ansi.Text |
CommandLine.Help.createDetailedSynopsisEndOfOptionsText() |
Returns a Text object containing a partial detailed synopsis showing only the end of options delimiter (if enabled), starting with a " " space.
|
protected CommandLine.Help.Ansi.Text |
CommandLine.Help.createDetailedSynopsisGroupsText(java.util.Set<CommandLine.Model.ArgSpec> outparam_groupArgs) |
Returns a Text object containing a partial detailed synopsis showing only the options and positional parameters in
the specified validating groups, starting with a " " space.
|
protected CommandLine.Help.Ansi.Text |
CommandLine.Help.createDetailedSynopsisOptionsText(java.util.Collection<CommandLine.Model.ArgSpec> done,
java.util.Comparator<CommandLine.Model.OptionSpec> optionSort,
boolean clusterBooleanOptions) |
Returns a Text object containing a partial detailed synopsis showing only the options, starting with a " " space.
|
protected CommandLine.Help.Ansi.Text |
CommandLine.Help.createDetailedSynopsisOptionsText(java.util.Collection<CommandLine.Model.ArgSpec> done,
java.util.List<CommandLine.Model.OptionSpec> optionList,
java.util.Comparator<CommandLine.Model.OptionSpec> optionSort,
boolean clusterBooleanOptions) |
Returns a Text object containing a partial detailed synopsis showing only the specified options, starting with a " " space.
|
protected CommandLine.Help.Ansi.Text |
CommandLine.Help.createDetailedSynopsisPositionalsText(java.util.Collection<CommandLine.Model.ArgSpec> done) |
Returns a Text object containing a partial detailed synopsis showing only the positional parameters, starting with a " " space.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.ColorScheme.errorText(java.lang.String error) |
Returns a Text with all error styles applied to the specified error string.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.ColorScheme.optionParamText(java.lang.String optionParam) |
Returns a Text with all optionParam styles applied to the specified optionParam string.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.ColorScheme.optionText(java.lang.String option) |
Returns a Text with all option styles applied to the specified option string.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.ColorScheme.parameterText(java.lang.String parameter) |
Returns a Text with all parameter styles applied to the specified parameter string.
|
CommandLine.Help.Ansi.Text[][] |
CommandLine.Help.IOptionRenderer.render(CommandLine.Model.OptionSpec option,
CommandLine.Help.IParamLabelRenderer parameterLabelRenderer,
CommandLine.Help.ColorScheme scheme) |
Returns a text representation of the specified option and its parameter(s) if any.
|
CommandLine.Help.Ansi.Text[][] |
CommandLine.Help.IParameterRenderer.render(CommandLine.Model.PositionalParamSpec param,
CommandLine.Help.IParamLabelRenderer parameterLabelRenderer,
CommandLine.Help.ColorScheme scheme) |
Returns a text representation of the specified positional parameter.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.IParamLabelRenderer.renderParameterLabel(CommandLine.Model.ArgSpec argSpec,
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.
|
CommandLine.Help.Ansi.Text[] |
CommandLine.Help.Ansi.Text.splitLines() |
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.ColorScheme.stackTraceText(java.lang.String stackTrace) |
Returns a Text with all stackTrace styles applied to all lines in the specified stackTrace string.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.ColorScheme.stackTraceText(java.lang.Throwable t) |
Returns a Text with all stackTrace styles applied to all lines in the stack trace of the specified Throwable.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.Ansi.Text.substring(int start) |
Returns a new Text instance that is a substring of this Text.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.Ansi.Text.substring(int start,
int end) |
Returns a new Text instance that is a substring of this Text.
|
CommandLine.Help.Ansi.Text |
CommandLine.Model.ArgGroupSpec.synopsisText(CommandLine.Help.ColorScheme colorScheme,
java.util.Set<CommandLine.Model.ArgSpec> outparam_groupArgs) |
Returns the synopsis of this group.
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.Ansi.text(java.lang.String stringWithMarkup) |
Returns a new Text object for this Ansi mode, encapsulating the specified string
which may contain markup like @|bg(red),white,underline some text|@ .
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.ColorScheme.text(java.lang.String stringWithMarkup) |
Returns a new Text object for this ColorScheme, encapsulating the specified string
which may contain markup like @|bg(red),white,underline some text|@ .
|
CommandLine.Help.Ansi.Text |
CommandLine.Help.TextTable.textAt(int row,
int col) |
Returns the Text slot at the specified row and column to write a text value into.
|