public class DependencyTable.TimestampChecker extends DependencyTable.DependencyVisitor
| 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.
|
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 © 2005-2016 NAR Maven Plugin developers. All Rights Reserved.