Interface DependencyVisitor
public interface DependencyVisitor
Defines a hierarchical visitor for collecting dependency node trees.
- Since:
- 0.12
- Author:
- Pim Moerenhout
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvisitEnter(DependencyNode node) Starts the visit to the specified dependency node.booleanvisitLeave(DependencyNode node) Ends the visit to to the specified dependency node.
-
Method Details