Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
net.sf.antcontrib.cpptasks.DependencyTable.DependencyVisitor
net.sf.antcontrib.cpptasks.DependencyTable.TimestampChecker
public class DependencyTable.TimestampChecker
Constructor Summary | |
|
Method Summary | |
boolean | |
boolean |
|
void |
|
boolean |
|
Methods inherited from class net.sf.antcontrib.cpptasks.DependencyTable.DependencyVisitor | |
preview , stackExhausted , visit |
public boolean getMustRebuild()
public boolean preview(DependencyInfo parent, DependencyInfo[] children)
Previews all the children of this source file. May be called multiple times as DependencyInfo's for children are filled in.
- Overrides:
- preview in interface DependencyTable.DependencyVisitor
- Returns:
- true to continue towards recursion into included files
public void stackExhausted()
Called if the dependency depth exhausted the stack.
- Overrides:
- stackExhausted in interface DependencyTable.DependencyVisitor
public boolean visit(DependencyInfo dependInfo)
Visits the dependency info.
- Overrides:
- visit in interface DependencyTable.DependencyVisitor