public class GraphDumper
extends java.lang.Object
Class to manage traversing nodes. It is not used to handle the root node, but rather handles the rest of them.
| Modifier and Type | Method and Description |
|---|---|
static void |
renderGraph(DAGNode<Component,Dependency> graph,
java.io.Writer graphvizFile)
Render a graph to a file.
|
public static void renderGraph(DAGNode<Component,Dependency> graph, java.io.Writer graphvizFile) throws java.io.IOException, RecommenderBuildException
Render a graph to a file.
graph - The graph to render.graphvizFile - The file to write the graph to.java.io.IOExceptionRecommenderBuildException