Methods
| Modifier and Type |
Method and Description |
protected ColumnPrinter.OutputAttributes |
calculateOutputAttributes(List<String> rawList,
Shell shell) |
protected ColumnPrinter.OutputAttributes |
calculateOutputAttributes(List<String> rawList,
Shell shell,
ColumnPrinter.OutputAttributes in) |
protected String |
pad(int amount) |
protected void |
printOutColumns(List<String> rawList,
ShellColor color,
ShellPrintWriter printWriter,
ColumnPrinter.OutputAttributes attributes,
ColumnPrinter.FormatCallback callback,
boolean sort) |
void |
printOutColumns(List<String> rawList,
ShellPrintWriter out,
Shell shell,
boolean sort) |
protected void |
printOutColumns(List<String> rawList,
ShellPrintWriter out,
Shell shell,
ColumnPrinter.FormatCallback callback,
boolean sort) |
void |
printOutTables(List<String> list,
boolean[] columns,
Shell shell) |
protected void |
printOutTables(List<String> list,
boolean[] columns,
ShellPrintWriter shell,
ColumnPrinter.FormatCallback callback) |
void |
printOutTables(List<String> list,
int cols,
Shell shell) |