インタフェース
jp.terasoluna.fw.ex.unit.io.OutputTarget の使用

OutputTarget を使用しているパッケージ
jp.terasoluna.fw.ex.unit.io テストデータ作成のための入出力インタフェースです。 
jp.terasoluna.fw.ex.unit.io.impl テストデータ作成のための入出力実装クラス群です。 
 

jp.terasoluna.fw.ex.unit.io での OutputTarget の使用
 

OutputTarget 型のパラメータを持つ jp.terasoluna.fw.ex.unit.io のメソッド
 void InputSource.to(OutputTarget<T> target)
          出力ターゲットに保存します。
 

jp.terasoluna.fw.ex.unit.io.impl での OutputTarget の使用
 

OutputTarget を実装している jp.terasoluna.fw.ex.unit.io.impl のクラス
 class CollectionTarget<T>
          Collectionへの出力ターゲットを作成します。
 class CsvTarget<T>
          入力ソースオブジェクトをCSVファイルに出力します。
 class DbTarget<T>
          入力ソースオブジェクトをDBに出力します。
 

OutputTarget 型のパラメータを持つ jp.terasoluna.fw.ex.unit.io.impl のメソッド
 void AbstractInputSource.to(OutputTarget<T> target)
           
 



Copyright © 2011. All Rights Reserved.