Uses of Enum Class
picocli.CommandLine.Help.Column.Overflow
-
Uses of CommandLine.Help.Column.Overflow in picocli
Fields in picocli declared as CommandLine.Help.Column.OverflowModifier and TypeFieldDescriptionCommandLine.Help.Column.overflow
Policy that determines how to handle values larger than the column width.Methods in picocli that return CommandLine.Help.Column.OverflowModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CommandLine.Help.Column.Overflow[]
CommandLine.Help.Column.Overflow.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in picocli with parameters of type CommandLine.Help.Column.OverflowModifierConstructorDescriptionColumn
(int width, int indent, CommandLine.Help.Column.Overflow overflow)