Package org.eclipse.aether.util.graph.visitor
package org.eclipse.aether.util.graph.visitor
Various dependency visitors for inspecting a dependency graph.
-
ClassesClassDescriptionAbstract base class for depth first dependency tree traversers.A 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.Stack<E>A non-synchronized stack with a non-modifiable list view which starts at the top of the stack.A dependency visitor that delegates to another visitor if a node hasn't been visited before.