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