| Package | Description |
|---|---|
| org.apache.commons.cli.help |
The help production system.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected TableDefinition |
TextHelpAppendable.adjustTableFormat(TableDefinition table)
Adjusts the table format.
|
|
static TableDefinition |
TableDefinition.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 TableDefinition |
AbstractHelpFormatter.getTableDefinition(Iterable<Option> options)
Converts a collection of
Options into a TableDefinition. |
|
TableDefinition |
HelpFormatter.getTableDefinition(Iterable<Option> options)
Gets the table definition for the options.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected TableDefinition |
TextHelpAppendable.adjustTableFormat(TableDefinition table)
Adjusts the table format.
|
|
void |
TextHelpAppendable.appendTable(TableDefinition rawTable) |
|
void |
HelpAppendable.appendTable(TableDefinition table)
Appends a table.
|
|
void |
AbstractHelpFormatter.printOptions(TableDefinition tableDefinition)
Prints a
TableDefinition to the HelpAppendable. |
Copyright © 2002-2025 The Apache Software Foundation. All rights reserved.Apache Commons CLI | Issue management | Source repository