public class DependencyTable.TimestampChecker extends DependencyTable.DependencyVisitor
| Constructor | Description |
|---|---|
TimestampChecker(long outputLastModified,
boolean rebuildOnStackExhaustion) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
getMustRebuild() |
|
boolean |
preview(DependencyInfo parent,
DependencyInfo[] children) |
Previews all the children of this source file.
|
void |
stackExhausted() |
Called if the dependency depth exhausted the stack.
|
boolean |
visit(DependencyInfo dependInfo) |
Visits the dependency info.
|
public TimestampChecker(long outputLastModified,
boolean rebuildOnStackExhaustion)
public boolean getMustRebuild()
public boolean preview(DependencyInfo parent, DependencyInfo[] children)
DependencyTable.DependencyVisitorpreview in class DependencyTable.DependencyVisitorpublic void stackExhausted()
DependencyTable.DependencyVisitorstackExhausted in class DependencyTable.DependencyVisitorpublic boolean visit(DependencyInfo dependInfo)
DependencyTable.DependencyVisitorvisit in class DependencyTable.DependencyVisitorCopyright ? 2001-2018 Ant-Contrib project. All Rights Reserved.