DependencyTable.TimestampChecker
public abstract class DependencyTable.DependencyVisitor
extends java.lang.Object
Constructor | Description |
---|---|
DependencyVisitor() |
Modifier and Type | Method | Description |
---|---|---|
abstract boolean |
preview(DependencyInfo parent,
DependencyInfo[] children) |
Previews all the children of this source file.
|
abstract void |
stackExhausted() |
Called if the dependency depth exhausted the stack.
|
abstract boolean |
visit(DependencyInfo dependInfo) |
Visits the dependency info.
|
public abstract boolean preview(DependencyInfo parent, DependencyInfo[] children)
public abstract void stackExhausted()
public abstract boolean visit(DependencyInfo dependInfo)
Copyright ? 2001-2017 Ant-Contrib project. All Rights Reserved.