public class DependencyTable.TimestampChecker extends DependencyTable.DependencyVisitor
| Modifier and Type | Field and Description |
|---|---|
private boolean |
noNeedToRebuild |
private long |
outputLastModified |
private boolean |
rebuildOnStackExhaustion |
| Constructor and Description |
|---|
TimestampChecker(long outputLastModified,
boolean rebuildOnStackExhaustion) |
| Modifier and Type | Method and 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.
|
private boolean noNeedToRebuild
private long outputLastModified
private boolean rebuildOnStackExhaustion
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.DependencyVisitor