Package org.eclipse.jetty.deploy.graph
Class GraphOutputDot
java.lang.Object
org.eclipse.jetty.deploy.graph.GraphOutputDot
Output the Graph in GraphViz Dot format.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
Comparator that makes the 'undeployed' node the first node in the sort list. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static CharSequence
static void
private static void
writeEdge
(PrintWriter out, Edge edge) private static void
private static void
private static void
writeNode
(PrintWriter out, Node node) private static void
-
Field Details
-
TOPNODE
- See Also:
-
-
Constructor Details
-
GraphOutputDot
private GraphOutputDot()
-
-
Method Details
-
write
- Throws:
IOException
-
writeEdge
-
writeNode
-
toId
-
writeEdgeDefaults
-
writeGraphDefaults
-
writeNodeDefaults
-