rcomp
b2008031701

org.phosphoresce.resourcecomp.plugin.strategy
クラス TimeStampCompareStrategy

java.lang.Object
  拡張org.phosphoresce.resourcecomp.plugin.strategy.CompareAbstractStrategy
      拡張org.phosphoresce.resourcecomp.plugin.strategy.TimeStampCompareStrategy
すべての実装インタフェース:
CompareStrategy

public class TimeStampCompareStrategy
extends CompareAbstractStrategy

タイムスタンプ比較ストラテジクラス

作成者:
Kitagawa

コンストラクタの概要
TimeStampCompareStrategy()
          コンストラクタ
 
メソッドの概要
protected  boolean isUpdate(java.io.File origin, java.io.File destination)
          比較先リソースが削除状態であるかを判定します。
 
クラス org.phosphoresce.resourcecomp.plugin.strategy.CompareAbstractStrategy から継承したメソッド
compare, isAdded, isDeleted, isSame
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TimeStampCompareStrategy

public TimeStampCompareStrategy()
コンストラクタ

メソッドの詳細

isUpdate

protected boolean isUpdate(java.io.File origin,
                           java.io.File destination)
                    throws CompareException
比較先リソースが削除状態であるかを判定します。

定義:
クラス CompareAbstractStrategy 内の isUpdate
パラメータ:
origin - 比較元リソース
destination - 比較先リソース
戻り値:
比較先リソースが削除状態である場合にtrueを返却
例外:
CompareException - 比較処理中に予期せぬエラーが発生した場合にスローされます
関連項目:
CompareAbstractStrategy.isUpdate(java.io.File, java.io.File)

rcomp
b2008031701