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