Uses of Class
org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Column.Overflow
-
Packages that use CommandLine.Help.Column.Overflow Package Description org.apache.logging.log4j.core.tools.picocli -
-
Uses of CommandLine.Help.Column.Overflow in org.apache.logging.log4j.core.tools.picocli
Fields in org.apache.logging.log4j.core.tools.picocli declared as CommandLine.Help.Column.Overflow Modifier and Type Field Description CommandLine.Help.Column.Overflow
CommandLine.Help.Column. overflow
Policy that determines how to handle values larger than the column width.Methods in org.apache.logging.log4j.core.tools.picocli that return CommandLine.Help.Column.Overflow Modifier and Type Method Description static CommandLine.Help.Column.Overflow
CommandLine.Help.Column.Overflow. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommandLine.Help.Column.Overflow[]
CommandLine.Help.Column.Overflow. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.logging.log4j.core.tools.picocli with parameters of type CommandLine.Help.Column.Overflow Constructor Description Column(int width, int indent, CommandLine.Help.Column.Overflow overflow)
-