public class Graphviz
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GRAPHVIZ_EXECUTABLE_FIRST_LINE_CHECK |
private static java.io.File |
home |
private static boolean |
homeDetermined |
Modifier | Constructor and Description |
---|---|
private |
Graphviz() |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
getExecutable(com.sun.javadoc.RootDoc root) |
private static java.io.File |
getHome(com.sun.javadoc.RootDoc root) |
static boolean |
isAvailable(com.sun.javadoc.RootDoc root) |
static void |
writeImageAndMap(com.sun.javadoc.RootDoc root,
java.lang.String diagram,
java.io.File outputDirectory,
java.lang.String filename) |
public static final java.lang.String GRAPHVIZ_EXECUTABLE_FIRST_LINE_CHECK
private static boolean homeDetermined
private static java.io.File home
public static boolean isAvailable(com.sun.javadoc.RootDoc root)
public static void writeImageAndMap(com.sun.javadoc.RootDoc root, java.lang.String diagram, java.io.File outputDirectory, java.lang.String filename) throws java.io.IOException
java.io.IOException
private static java.lang.String getExecutable(com.sun.javadoc.RootDoc root)
private static java.io.File getHome(com.sun.javadoc.RootDoc root)