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.Generates a sequence of dependency nodes from a dependency graph by traversing the graph in postorder.Processes dependency graph by traversing the graph in preorder.Generates a sequence of dependency nodes from a dependency graph by traversing the graph in preorder.A dependency visitor that delegates to another visitor if a node hasn't been visited before.