Class CommandLine.Help.Column
java.lang.Object
org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Column
- Enclosing class:
CommandLine.Help
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Policy for handling text that is longer than the column width: span multiple columns, wrap to the next row, or simply truncate the portion that doesn't fit. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
Indent (number of empty spaces at the start of the column preceding the text value)Policy that determines how to handle values larger than the column width.final int
Column width in characters -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
public final int widthColumn width in characters -
indent
public final int indentIndent (number of empty spaces at the start of the column preceding the text value) -
overflow
Policy that determines how to handle values larger than the column width.
-
-
Constructor Details
-
Column
-