org.fusesource.mvnplugins.graph
public class ProjectReportMojo extends ProjectMojo implements org.apache.maven.reporting.MavenReport
artifactCollector, artifactFactory, artifactMetadataSource, artifactResolver, cascade, direction, hideExternal, hideGroupId, hideOmitted, hideOptional, hidePoms, hideScopes, hideTransitive, hideType, hideVersion, keepDot, label, localRepository, project, target, treeBuilder
Constructor and Description |
---|
ProjectReportMojo() |
Modifier and Type | Method and Description |
---|---|
boolean |
canGenerateReport() |
protected void |
collectProjects(ArrayList<org.apache.maven.project.MavenProject> projects) |
void |
generate(org.codehaus.doxia.sink.Sink sink,
Locale locale) |
String |
getCategoryName() |
String |
getDescription(Locale locale) |
String |
getName(Locale locale) |
String |
getOutputName() |
File |
getReportOutputDirectory() |
File |
getTarget() |
boolean |
isExternalReport() |
void |
setReportOutputDirectory(File file) |
execute
public boolean canGenerateReport()
canGenerateReport
in interface org.apache.maven.reporting.MavenReport
public String getOutputName()
getOutputName
in interface org.apache.maven.reporting.MavenReport
public String getName(Locale locale)
getName
in interface org.apache.maven.reporting.MavenReport
public String getDescription(Locale locale)
getDescription
in interface org.apache.maven.reporting.MavenReport
public String getCategoryName()
getCategoryName
in interface org.apache.maven.reporting.MavenReport
public void setReportOutputDirectory(File file)
setReportOutputDirectory
in interface org.apache.maven.reporting.MavenReport
public File getReportOutputDirectory()
getReportOutputDirectory
in interface org.apache.maven.reporting.MavenReport
public boolean isExternalReport()
isExternalReport
in interface org.apache.maven.reporting.MavenReport
public void generate(org.codehaus.doxia.sink.Sink sink, Locale locale) throws org.apache.maven.reporting.MavenReportException
generate
in interface org.apache.maven.reporting.MavenReport
org.apache.maven.reporting.MavenReportException
protected void collectProjects(ArrayList<org.apache.maven.project.MavenProject> projects)
collectProjects
in class ProjectMojo
public File getTarget()
getTarget
in class ProjectMojo
Copyright © 2009-2013 FuseSource. All Rights Reserved.