public static class CommandLine.Help.Column extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CommandLine.Help.Column.Overflow
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.
|
Modifier and Type | Field and Description |
---|---|
int |
indent
Indent (number of empty spaces at the start of the column preceding the text value)
|
CommandLine.Help.Column.Overflow |
overflow
Policy that determines how to handle values larger than the column width.
|
int |
width
Column width in characters
|
Constructor and Description |
---|
Column(int width,
int indent,
CommandLine.Help.Column.Overflow overflow) |
public final int width
public final int indent
public final CommandLine.Help.Column.Overflow overflow
public Column(int width, int indent, CommandLine.Help.Column.Overflow overflow)
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.