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.
|
boolean |
logModified(java.util.logging.Logger log)
Log the reason for a modification, returning true if this
dependency was modified.
|
void |
setCheckInterval(long checkInterval)
Gets the check interval.
|
public long getCheckInterval()
public void setCheckInterval(long checkInterval)
public final boolean isModified()
isModified in interface Dependencypublic boolean logModified(java.util.logging.Logger log)
DependencylogModified in interface Dependencypublic abstract boolean isModifiedImpl()