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 delegates to another visitor if nodes match a filter.A dependency visitor that records all paths leading to nodes matching a certain filter criteria.Generates a sequence of dependency nodes from a dependeny graph by traversing the graph in postorder.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.