public abstract class CachedDependency extends java.lang.Object implements Dependency
Constructor and Description |
---|
CachedDependency() |
Modifier and Type | Method and Description |
---|---|
long |
getCheckInterval()
Gets the check interval.
|
boolean |
isModified()
Returns true if the underlying resource has changed.
|
abstract boolean |
isModifiedImpl()
Returns true if the underlying resource has changed.
|
void |
setCheckInterval(long checkInterval)
Gets the check interval.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
logModified
public long getCheckInterval()
public void setCheckInterval(long checkInterval)
public final boolean isModified()
isModified
in interface Dependency
public abstract boolean isModifiedImpl()