Method Summary |
|
public BasicDependencyContainer | add(Dependency dependency) Adds a dependency. |
public void | clearModified() Clears the modified flag and sets the last check time to now. |
public long | getCheckInterval() Gets the check modification check interval.
Negative values mean never check. |
public boolean | isModified() Returns true if the underlying dependencies have changed. |
public boolean | isModifiedNow() Returns true if the underlying dependencies have changed, forcing a check. |
public boolean | logModified(Logger log) |
public BasicDependencyContainer | remove(Dependency dependency) Removes a dependency. |
public void | resetDependencyCheckInterval() Resets the check interval. |
public void | setCheckInterval(long checkInterval) Sets the check modification check interval in milliseconds.
Negative values mean never check. |
public void | setModified(boolean isModified) Sets the modified. |
public String | toString() |