public class ConsoleTable extends Object
| Modifier and Type | Field and Description |
|---|---|
List<List<String>> |
content |
List<String> |
header |
| Constructor and Description |
|---|
ConsoleTable() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
addRow() |
void |
addRowValues(String... values) |
List<String> |
getHeader() |
int |
getMaxColSize() |
void |
print(Console console) |
void |
print(PrintStream out) |
void |
setHeaderValues(String... values) |
void |
setMaxColSize(int maxColSize) |
public void addRowValues(String... values)
public void setHeaderValues(String... values)
public void print(Console console)
public void print(PrintStream out)
public int getMaxColSize()
public void setMaxColSize(int maxColSize)
Copyright © 2014. All rights reserved.