ShellTable instead@Deprecated public class ShellTable extends Object
| Constructor and Description |
|---|
ShellTable()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Row |
addRow()
Deprecated.
|
ShellTable |
column(Col colunmn)
Deprecated.
|
Col |
column(String header)
Deprecated.
|
ShellTable |
emptyTableText(String text)
Deprecated.
Set text to display if there are no rows in the table.
|
ShellTable |
noHeaders()
Deprecated.
|
void |
print(PrintStream out)
Deprecated.
|
void |
print(PrintStream out,
boolean format)
Deprecated.
|
ShellTable |
separator(String separator)
Deprecated.
|
ShellTable |
size(int size)
Deprecated.
|
public ShellTable noHeaders()
public ShellTable separator(String separator)
public ShellTable size(int size)
public ShellTable column(Col colunmn)
public Row addRow()
public ShellTable emptyTableText(String text)
text - The text to display when the table is empty.public void print(PrintStream out)
public void print(PrintStream out, boolean format)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.