org.kuali.maven.plugins.graph.mojo
Class BaseGraphMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.kuali.maven.plugins.graph.mojo.BaseMavenMojo
          extended by 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


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
BaseGraphMojo()
           
 
Method Summary
 Direction getDirection()
           
 Display getDisplay()
           
 String getTitle()
           
 boolean isCascadeOptional()
           
 boolean isExecuteDot()
           
 boolean isIgnoreDotFailure()
           
 boolean isKeepDotFile()
           
 boolean isShowConflicts()
           
 boolean isShowDuplicates()
           
 boolean isShowGroupIds()
           
 boolean isShowLegend()
           
 boolean isShowTitle()
           
 boolean isSkipEmptyGraphs()
           
 void setCascadeOptional(boolean cascadeOptional)
           
 void setDirection(Direction direction)
           
 void setDisplay(Display filterType)
           
 void setExecuteDot(boolean executeDot)
           
 void setIgnoreDotFailure(boolean ignoreDotFailure)
           
 void setKeepDotFile(boolean keepDotFile)
           
 void setShowConflicts(boolean showConflicts)
           
 void setShowDuplicates(boolean showDuplicates)
           
 void setShowGroupIds(boolean showGroupIds)
           
 void setShowLegend(boolean showLegend)
           
 void setShowTitle(boolean showTitle)
           
 void setSkipEmptyGraphs(boolean skipEmptyGraphs)
           
 void setTitle(String title)
           
 
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
 

Constructor Detail

BaseGraphMojo

public BaseGraphMojo()
Method Detail

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.