Class DependencyGraphDumper

java.lang.Object
org.eclipse.aether.util.graph.visitor.DependencyGraphDumper
All Implemented Interfaces:
DependencyVisitor

public class DependencyGraphDumper extends Object implements DependencyVisitor
A dependency visitor that dumps the graph to any Consumer<String>. Meant for diagnostic and testing, as it may output the graph to standard output, error or even some logging interface.
Since:
1.9.8