Package org.eclipse.aether.util.graph.visitor
package org.eclipse.aether.util.graph.visitor
Various dependency visitors for inspecting a dependency graph.
-
ClassDescriptionA dependency visitor that constructs a clone of the visited dependency graph.A dependency visitor that dumps the graph to any
Consumer
<String>
.A dependency visitor that delegates to another visitor if nodes match a filter.Processes dependency graph by traversing the graph in level order.Node list generator usable with different traversing strategies.A dependency visitor that records all paths leading to nodes matching a certain filter criteria.Processes dependency graph by traversing the graph in postorder.Deprecated.Processes dependency graph by traversing the graph in preorder.Deprecated.SeePreorderDependencyNodeConsumerVisitor
that is more versatile.A dependency visitor that delegates to another visitor if a node hasn't been visited before.
PostorderDependencyNodeConsumerVisitor
that is more versatile.