Class CommandLine.Help.Column

java.lang.Object
nz.org.riskscape.picocli.CommandLine.Help.Column
Enclosing class:
CommandLine.Help

public static class CommandLine.Help.Column extends Object
Columns define the width, indent (leading number of spaces in a column before the value) and Overflow policy of a column in a TextTable.
  • Field Details

    • width

      public final int width
      Column width in characters
    • indent

      public int indent
      Indent (number of empty spaces at the start of the column preceding the text value)
    • overflow

      public final CommandLine.Help.Column.Overflow overflow
      Policy that determines how to handle values larger than the column width.
  • Constructor Details