public interface DependencyNodeVisitor
Modifier and Type | Method and Description |
---|---|
boolean |
endVisit(DependencyNode node)
Ends the visit to to the specified dependency node.
|
boolean |
visit(DependencyNode node)
Starts the visit to the specified dependency node.
|
boolean visit(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 endVisit(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–2024 The Apache Software Foundation. All rights reserved.