Package org.eclipse.jetty.deploy.graph
Class GraphOutputDot
- java.lang.Object
-
- org.eclipse.jetty.deploy.graph.GraphOutputDot
-
public class GraphOutputDot extends java.lang.Object
Output the Graph in GraphViz Dot format.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
write(Graph graph, java.io.File outputFile)
-
-
-
Method Detail
-
write
public static void write(Graph graph, java.io.File outputFile) throws java.io.IOException
- Throws:
java.io.IOException
-
-