|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.antcontrib.cpptasks.DependencyTable.DependencyVisitor | +--net.sf.antcontrib.cpptasks.DependencyTable.TimestampChecker
Constructor Summary | |
DependencyTable.TimestampChecker(long outputLastModified,
boolean rebuildOnStackExhaustion)
|
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public DependencyTable.TimestampChecker(long outputLastModified, boolean rebuildOnStackExhaustion)
Method Detail |
public boolean visit(DependencyInfo dependInfo)
public boolean preview(DependencyInfo parent, DependencyInfo[] children)
public boolean getMustRebuild()
public void stackExhausted()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |