| |
|
| java.lang.Object com.caucho.make.CachedDependency
All known Subclasses: com.caucho.server.deploy.DeployContainer,
CachedDependency | abstract public class CachedDependency implements Dependency(Code) | | A cached dependency only checks the dependency at an interval.
|
Method Summary | |
public long | getCheckInterval() Gets the check interval. | final public boolean | isModified() Returns true if the underlying resource has changed. | abstract public boolean | isModifiedImpl() Returns true if the underlying resource has changed. | public void | setCheckInterval(long checkInterval) Gets the check interval. |
CachedDependency | public CachedDependency()(Code) | | |
getCheckInterval | public long getCheckInterval()(Code) | | Gets the check interval.
|
isModified | final public boolean isModified()(Code) | | Returns true if the underlying resource has changed.
|
isModifiedImpl | abstract public boolean isModifiedImpl()(Code) | | Returns true if the underlying resource has changed.
|
setCheckInterval | public void setCheckInterval(long checkInterval)(Code) | | Gets the check interval.
|
|
|
|