public interface DependencyVisitor
Modifier and Type | Method and Description |
---|---|
boolean |
visitEnter(DependencyNode node)
Starts the visit to the specified dependency node.
|
boolean |
visitLeave(DependencyNode node)
Ends the visit to to the specified dependency node.
|
boolean visitEnter(DependencyNode node)
node
- the dependency node to visittrue
to visit the specified dependency node's children, false
to skip the
specified dependency node's children and proceed to its next siblingboolean visitLeave(DependencyNode node)
node
- the dependency node to visittrue
to visit the specified dependency node's next sibling, false
to skip the
specified dependency node's next siblings and proceed to its parentCopyright © 2002–2020 The Apache Software Foundation. All rights reserved.