public class ColumnFormatter extends Object
| Constructor and Description |
|---|
ColumnFormatter() |
ColumnFormatter(String[] headings) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(Object[] values) |
List<Map<String,String>> |
getContent()
Get the content of all rows along with the headings as a List of Map.
|
String |
toString() |
public ColumnFormatter(String[] headings)
public ColumnFormatter()
public void addRow(Object[] values) throws IllegalArgumentException
IllegalArgumentExceptionpublic List<Map<String,String>> getContent()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.