| Package | Description |
|---|---|
| org.apache.logging.log4j.core.tools.picocli |
| Modifier and Type | Field and Description |
|---|---|
CommandLine.Help.Column.Overflow |
CommandLine.Help.Column.overflow
Policy that determines how to handle values larger than the column width.
|
| Modifier and Type | Method and Description |
|---|---|
static CommandLine.Help.Column.Overflow |
CommandLine.Help.Column.Overflow.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommandLine.Help.Column.Overflow[] |
CommandLine.Help.Column.Overflow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Column(int width,
int indent,
CommandLine.Help.Column.Overflow overflow) |