org.kuali.maven.plugins.graph.pojo
Class DotContext
java.lang.Object
org.kuali.maven.plugins.graph.pojo.DotContext
public class DotContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DotContext
public DotContext()
isKeepDotFile
public boolean isKeepDotFile()
setKeepDotFile
public void setKeepDotFile(boolean keepDotFile)
getExecutable
public String getExecutable()
setExecutable
public void setExecutable(String executable)
getType
public String getType()
setType
public void setType(String type)
getDotFile
public File getDotFile()
setDotFile
public void setDotFile(File dotFile)
getGraph
public File getGraph()
setGraph
public void setGraph(File graph)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.