Package org.eclipse.aether.util.graph.visitor
Various dependency visitors for inspecting a dependency graph.
-
Class Summary Class Description AbstractDepthFirstNodeListGenerator Abstract base class for depth first dependency tree traversers.CloningDependencyVisitor A dependency visitor that constructs a clone of the visited dependency graph.FilteringDependencyVisitor A dependency visitor that delegates to another visitor if nodes match a filter.PathRecordingDependencyVisitor A dependency visitor that records all paths leading to nodes matching a certain filter criteria.PostorderNodeListGenerator Generates a sequence of dependency nodes from a dependeny graph by traversing the graph in postorder.PreorderNodeListGenerator Generates a sequence of dependency nodes from a dependeny graph by traversing the graph in preorder.Stack<E> A non-synchronized stack with a non-modifiable list view which starts at the top of the stack.TreeDependencyVisitor A dependency visitor that delegates to another visitor if a node hasn't been visited before.