|
rcomp b2008031701 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.phosphoresce.resourcecomp.plugin.writer.ResultAbstractWriter
リソース比較結果出力上位抽象クラス
これを具象化するクラスはJava Reflectionからのインスタンス生成を行うために、
必ずpublicなディフォルトコンストラクタを設けて下さい。
フィールドの概要 | |
protected long |
count
出力処理中のカウント |
protected CompareSession |
session
リソース比較セッション |
protected long |
size
全体のリソース比較結果出力数 |
protected Status[] |
status
出力対象ステータス |
コンストラクタの概要 | |
ResultAbstractWriter(CompareSession session)
コンストラクタ |
|
ResultAbstractWriter(CompareSession session,
Status[] status)
コンストラクタ |
メソッドの概要 | |
long |
getCount()
出力処理中のカウントを取得します。 |
long |
getSize()
全体のリソース比較結果出力数を取得します。 |
void |
run()
処理を実行します。 |
abstract void |
write()
リソース比較結果を出力します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected CompareSession session
protected Status[] status
protected long size
protected long count
コンストラクタの詳細 |
public ResultAbstractWriter(CompareSession session, Status[] status)
session
- リソース比較セッションstatus
- 出力対象ステータスpublic ResultAbstractWriter(CompareSession session)
session
- リソース比較セッションメソッドの詳細 |
public final void run()
java.lang.Runnable
内の run
Thread.run()
public long getSize()
ResultWriter
内の getSize
ResultWriter.getSize()
public long getCount()
ResultWriter
内の getCount
ResultWriter.getCount()
public abstract void write() throws CompareException
ResultWriter
内の write
CompareException
- 正常に出力が行えなかった場合に発生ResultWriter.write()
|
rcomp b2008031701 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |