Uses of Interface
org.eclipse.aether.graph.DependencyVisitor
Packages that use DependencyVisitor
Package
Description
The representation of a dependency graph by means of connected dependency nodes.
-
Uses of DependencyVisitor in org.eclipse.aether.graph
Methods in org.eclipse.aether.graph with parameters of type DependencyVisitorModifier and TypeMethodDescriptionboolean
DefaultDependencyNode.accept
(DependencyVisitor visitor) boolean
DependencyNode.accept
(DependencyVisitor visitor) Traverses this node and potentially its children using the specified visitor.