org.kuali.maven.plugins.graph.mojo
Class BaseGraphMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.kuali.maven.plugins.graph.mojo.BaseMavenMojo
org.kuali.maven.plugins.graph.mojo.BaseGraphMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- FilteredGraphMojo, MultiMojo
public abstract class BaseGraphMojo
- extends BaseMavenMojo
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.kuali.maven.plugins.graph.mojo.BaseMavenMojo |
getArtifactCollector, getArtifactFactory, getArtifactMetadataSource, getArtifactResolver, getLocalRepository, getProject, getTreeBuilder, isSkip, isVerbose, setArtifactCollector, setArtifactFactory, setArtifactMetadataSource, setArtifactResolver, setLocalRepository, setProject, setSkip, setTreeBuilder, setVerbose |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
BaseGraphMojo
public BaseGraphMojo()
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
isKeepDotFile
public boolean isKeepDotFile()
setKeepDotFile
public void setKeepDotFile(boolean keepDotFile)
getDirection
public Direction getDirection()
setDirection
public void setDirection(Direction direction)
isShowGroupIds
public boolean isShowGroupIds()
setShowGroupIds
public void setShowGroupIds(boolean showGroupIds)
isShowLegend
public boolean isShowLegend()
setShowLegend
public void setShowLegend(boolean showLegend)
isShowTitle
public boolean isShowTitle()
setShowTitle
public void setShowTitle(boolean showTitle)
isExecuteDot
public boolean isExecuteDot()
setExecuteDot
public void setExecuteDot(boolean executeDot)
isIgnoreDotFailure
public boolean isIgnoreDotFailure()
setIgnoreDotFailure
public void setIgnoreDotFailure(boolean ignoreDotFailure)
isShowDuplicates
public boolean isShowDuplicates()
setShowDuplicates
public void setShowDuplicates(boolean showDuplicates)
isCascadeOptional
public boolean isCascadeOptional()
setCascadeOptional
public void setCascadeOptional(boolean cascadeOptional)
isShowConflicts
public boolean isShowConflicts()
setShowConflicts
public void setShowConflicts(boolean showConflicts)
isSkipEmptyGraphs
public boolean isSkipEmptyGraphs()
setSkipEmptyGraphs
public void setSkipEmptyGraphs(boolean skipEmptyGraphs)
getDisplay
public Display getDisplay()
setDisplay
public void setDisplay(Display filterType)
Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.