Package org.savantbuild.dep
Class DependencyTreePrinter
java.lang.Object
org.savantbuild.dep.DependencyTreePrinter
Outputs a dependency tree and can optionally highlight different dependencies.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprint(org.savantbuild.output.Output output, DependencyGraph graph, Set<DependencyGraph.Dependency> highlight, Set<DependencyGraph.Dependency> bold)
-
Constructor Details
-
DependencyTreePrinter
public DependencyTreePrinter()
-
-
Method Details
-
print
public static void print(org.savantbuild.output.Output output, DependencyGraph graph, Set<DependencyGraph.Dependency> highlight, Set<DependencyGraph.Dependency> bold)
-