net.sf.antcontrib.cpptasks
Class DependencyTable.TimestampChecker
java.lang.Object
net.sf.antcontrib.cpptasks.DependencyTable.DependencyVisitor
net.sf.antcontrib.cpptasks.DependencyTable.TimestampChecker
- Enclosing class:
- DependencyTable
public class DependencyTable.TimestampChecker
- extends DependencyTable.DependencyVisitor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependencyTable.TimestampChecker
public DependencyTable.TimestampChecker(long outputLastModified,
boolean rebuildOnStackExhaustion)
getMustRebuild
public boolean getMustRebuild()
preview
public boolean preview(DependencyInfo parent,
DependencyInfo[] children)
- Description copied from class:
DependencyTable.DependencyVisitor
- Previews all the children of this source file.
May be called multiple times as DependencyInfo's for children are
filled in.
- Specified by:
preview
in class DependencyTable.DependencyVisitor
- Returns:
- true to continue towards recursion into included files
stackExhausted
public void stackExhausted()
- Description copied from class:
DependencyTable.DependencyVisitor
- Called if the dependency depth exhausted the stack.
- Specified by:
stackExhausted
in class DependencyTable.DependencyVisitor
visit
public boolean visit(DependencyInfo dependInfo)
- Description copied from class:
DependencyTable.DependencyVisitor
- Visits the dependency info.
- Specified by:
visit
in class DependencyTable.DependencyVisitor
- Returns:
- true to continue towards recursion into included files
Copyright © 2001-2011. All Rights Reserved.