org.kuali.maven.plugins.graph.dot
Class Dot
java.lang.Object
org.kuali.maven.plugins.graph.dot.Dot
public class Dot
- extends Object
Constructor Summary |
Dot()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dot
public Dot()
getDotContext
public DotContext getDotContext(File graph,
String content,
boolean keepDotFile)
getArgs
protected String[] getArgs(DotContext context)
getCommandLine
protected org.codehaus.plexus.util.cli.Commandline getCommandLine(DotContext context)
execute
protected int execute(org.codehaus.plexus.util.cli.Commandline commandLine,
DotContext context)
getErrorMessage
protected String getErrorMessage(DotContext context,
int exitValue)
execute
public void execute(DotContext context)
createDotFile
protected File createDotFile(File graph,
String content)
getType
protected String getType(File graph)
getDotFile
protected File getDotFile(File graph)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.