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
Modifier 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
Modifier and TypeFieldDescriptionint
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
-
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
-