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