TableFormatter
public
class
TableFormatter
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.TableFormatter |
各要素の列が揃うように文字列要素の行列を表示するヘルパークラス
概要
パブリック コンストラクタ | |
---|---|
TableFormatter()
|
パブリック メソッド | |
---|---|
void
|
displayTable(
指定された文字列要素を、整列された列を持つテーブルとして表示します。 |
TableFormatter
|
setColumnSpacing(int spacing)
各列間の空白文字の数を設定します。 |
パブリック コンストラクタ
TableFormatter
public TableFormatter ()
パブリック メソッド
displayTable
public void displayTable (table, PrintWriter writer)
指定された文字列要素を、整列された列を持つテーブルとして表示します。
パラメータ | |
---|---|
table |
: 文字列要素の行列。行の長さはさまざま |
writer |
PrintWriter : 出力のダンプ先の ERROR(/PrintWriter) |
setColumnSpacing
public TableFormatter setColumnSpacing (int spacing)
各列間の空白文字の数を設定します。
パラメータ | |
---|---|
spacing |
int : 空白文字の数 |
戻り値 | |
---|---|
TableFormatter |
TableFormatter |