public class GraphDumper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
renderGraph(DAGNode<Component,Dependency> graph,
java.io.File graphvizFile)
Render a graph to a file.
|
public static void renderGraph(DAGNode<Component,Dependency> graph, java.io.File graphvizFile) throws java.io.IOException
graph - The graph to render.graphvizFile - The file to write the graph to.java.io.IOException