Uses of Interface
org.eclipse.aether.graph.DependencyVisitor
Package
Description
The representation of a dependency graph by means of connected dependency nodes.
Various dependency visitors for inspecting a dependency graph.
-
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. -
Uses of DependencyVisitor in org.eclipse.aether.util.graph.visitor
Modifier and TypeClassDescriptionclass
A dependency visitor that constructs a clone of the visited dependency graph.class
A dependency visitor that dumps the graph to anyConsumer
<String>
.final class
A dependency visitor that delegates to another visitor if nodes match a filter.final class
Processes dependency graph by traversing the graph in level order.final class
A dependency visitor that records all paths leading to nodes matching a certain filter criteria.final class
Processes dependency graph by traversing the graph in postorder.final class
Deprecated.final class
Processes dependency graph by traversing the graph in preorder.final class
Deprecated.SeePreorderDependencyNodeConsumerVisitor
that is more versatile.final class
A dependency visitor that delegates to another visitor if a node hasn't been visited before.Modifier and TypeMethodDescriptionFilteringDependencyVisitor.getVisitor()
Gets the visitor to which this visitor delegates to.ModifierConstructorDescriptionFilteringDependencyVisitor
(DependencyVisitor visitor, DependencyFilter filter) Creates a new visitor that delegates traversal of nodes matching the given filter to the specified visitor.TreeDependencyVisitor
(DependencyVisitor visitor) Creates a new visitor that delegates to the specified visitor.
PostorderDependencyNodeConsumerVisitor
that is more versatile.