Package nz.org.riskscape.picocli
Class CommandLine.Help.Column
java.lang.Object
nz.org.riskscape.picocli.CommandLine.Help.Column
- Enclosing class:
- CommandLine.Help
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumPolicy 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 TypeFieldDescriptionintIndent (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 intColumn width in characters -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
public final int widthColumn width in characters -
indent
public 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
-