public abstract class DependencyTable.DependencyVisitor extends Object
构造器和说明 |
---|
DependencyVisitor() |
限定符和类型 | 方法和说明 |
---|---|
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 © 2005-2017 NAR Maven Plugin developers. All Rights Reserved.