org.kuali.maven.plugins.graph.pojo
Class DotContext

java.lang.Object
  extended by org.kuali.maven.plugins.graph.pojo.DotContext

public class DotContext
extends Object


Constructor Summary
DotContext()
           
 
Method Summary
 File getDotFile()
           
 String getExecutable()
           
 File getGraph()
           
 String getType()
           
 boolean isKeepDotFile()
           
 void setDotFile(File dotFile)
           
 void setExecutable(String executable)
           
 void setGraph(File graph)
           
 void setKeepDotFile(boolean keepDotFile)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotContext

public DotContext()
Method Detail

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.