org.apache.maven.plugin.changes
Class ChangesMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.reporting.AbstractMavenReport
org.apache.maven.plugin.changes.AbstractChangesReport
org.apache.maven.plugin.changes.ChangesMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.reporting.MavenReport, org.apache.maven.plugin.Mojo
- public class ChangesMojo
- extends AbstractChangesReport
Goal which creates a nicely formatted Changes Report in html format from a changes.xml file.
- Version:
- $Id: ChangesMojo.html 816584 2012-05-08 12:33:35Z hboutemy $
- Author:
- Johnny R. Ruiz III
Fields inherited from interface org.apache.maven.reporting.MavenReport |
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport |
closeReport, generate, getCategoryName, getReportOutputDirectory, getSink, isExternalReport, setReportOutputDirectory |
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 |
ChangesMojo
public ChangesMojo()
canGenerateReport
public boolean canGenerateReport()
executeReport
public void executeReport(Locale locale)
throws org.apache.maven.reporting.MavenReportException
- Throws:
org.apache.maven.reporting.MavenReportException
getName
public String getName(Locale locale)
getDescription
public String getDescription(Locale locale)
getOutputName
public String getOutputName()
Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.