Uses of Interface
org.apache.commons.cli.help.TableDefinition
Packages that use TableDefinition
-
Uses of TableDefinition in org.apache.commons.cli.help
Methods in org.apache.commons.cli.help that return TableDefinitionModifier and TypeMethodDescriptionprotected TableDefinitionTextHelpAppendable.adjustTableFormat(TableDefinition table) Adjusts the table format.static TableDefinitionTableDefinition.from(String caption, List<TextStyle> columnStyle, List<String> headers, Iterable<List<String>> rows) A helper function to create a table instance from the various components.protected abstract TableDefinitionAbstractHelpFormatter.getTableDefinition(Iterable<Option> options) Converts a collection ofOptions into aTableDefinition.HelpFormatter.getTableDefinition(Iterable<Option> options) Gets the table definition for the options.Methods in org.apache.commons.cli.help with parameters of type TableDefinitionModifier and TypeMethodDescriptionprotected TableDefinitionTextHelpAppendable.adjustTableFormat(TableDefinition table) Adjusts the table format.voidHelpAppendable.appendTable(TableDefinition table) Appends a table.voidTextHelpAppendable.appendTable(TableDefinition rawTable) final voidAbstractHelpFormatter.printOptions(TableDefinition tableDefinition) Prints aTableDefinitionto theHelpAppendable.