org.apache.ode.utils.fs
Class FileWatchDog

java.lang.Object
  extended by org.apache.ode.utils.WatchDog<java.lang.Long>
      extended by org.apache.ode.utils.fs.FileWatchDog
All Implemented Interfaces:
java.lang.Runnable

public class FileWatchDog
extends WatchDog<java.lang.Long>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.ode.utils.WatchDog
WatchDog.Mutable<T>
 
Field Summary
protected  java.io.File file
           
 
Fields inherited from class org.apache.ode.utils.WatchDog
DEFAULT_DELAY, mutable
 
Constructor Summary
FileWatchDog(java.io.File file)
           
FileWatchDog(java.io.File file, long delay)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.utils.WatchDog
check, doOnDelete, doOnUpdate, getDelay, init, isInitialized, run, setDelay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

protected final java.io.File file
Constructor Detail

FileWatchDog

public FileWatchDog(java.io.File file,
                    long delay)

FileWatchDog

public FileWatchDog(java.io.File file)