| com.caucho.vfs.Dependency
All known Subclasses: com.caucho.vfs.BasicDependencyContainer,
Dependency | public interface Dependency (Code) | | Interface representing a resource that might change.
|
Method Summary | |
public boolean | isModified() Returns true if the underlying resource has changed. | public boolean | logModified(Logger log) Log the reason for a modification, returning true if this
dependency was modified. |
isModified | public boolean isModified()(Code) | | Returns true if the underlying resource has changed.
|
logModified | public boolean logModified(Logger log)(Code) | | Log the reason for a modification, returning true if this
dependency was modified.
|
|
|