org.eclipse.jetty.deploy.graph
Class GraphOutputDot

java.lang.Object
  extended by org.eclipse.jetty.deploy.graph.GraphOutputDot

public class GraphOutputDot
extends java.lang.Object

Output the Graph in GraphViz Dot format.


Method Summary
static void write(Graph graph, java.io.File outputFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public static void write(Graph graph,
                         java.io.File outputFile)
                  throws java.io.IOException
Throws:
java.io.IOException


Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.