|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.bbreak.excella.core.exporter.sheet.ConsoleExporter
public class ConsoleExporter
解析結果のデータをコンソール(標準出力)に出力するクラス
コンストラクタの概要 | |
---|---|
ConsoleExporter()
|
メソッドの概要 | |
---|---|
void |
export(Sheet sheet,
SheetData sheetdata)
処理実行 |
void |
setup()
初期化処理 |
void |
tearDown()
終了処理 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ConsoleExporter()
メソッドの詳細 |
---|
public void setup()
SheetExporter
内の setup
public void export(Sheet sheet, SheetData sheetdata) throws ExportException
SheetExporter
内の export
sheet
- 処理後のシートsheetdata
- 処理結果のデータ
ExportException
public void tearDown()
SheetExporter
内の tearDown
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |