ASCIITableReport instead.@Deprecated public class ASCIITableReport extends Object
| Modifier and Type | Method and Description |
|---|---|
ASCIITableReport |
addDataRow(String... dataRow)
Deprecated.
|
static ASCIITableReport |
builder()
Deprecated.
|
ASCIITableReport |
diableRowTitles()
Deprecated.
|
void |
printTable()
Deprecated.
|
ASCIITableReport |
titledBy(String rowTitle)
Deprecated.
|
ASCIITableReport |
withTopHeader(String... headers)
Deprecated.
|
public static ASCIITableReport builder()
public ASCIITableReport diableRowTitles()
public ASCIITableReport withTopHeader(String... headers)
public ASCIITableReport addDataRow(String... dataRow)
public ASCIITableReport titledBy(String rowTitle)
public void printTable()
Copyright © 2017 SAP SE. All Rights Reserved.