org.apache.maven.plugin.changes
Class ChangesMojo

java.lang.Object
  extended byorg.apache.maven.plugin.AbstractMojo
      extended byorg.apache.maven.reporting.AbstractMavenReport
          extended byorg.apache.maven.plugin.changes.AbstractChangesReport
              extended byorg.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 816588 2012-05-08 12:37:27Z hboutemy $
Author:
Johnny R. Ruiz III
Is defined by the goal name:
changes-report

Field Summary
 
Fields inherited from class org.apache.maven.plugin.changes.AbstractChangesReport
factory, i18n, localRepository, project, resolver, siteRenderer
 
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
 
Constructor Summary
ChangesMojo()
           
 
Method Summary
 boolean canGenerateReport()
           
 void executeReport(java.util.Locale locale)
           
 java.lang.String getDescription(java.util.Locale locale)
           
 java.lang.String getName(java.util.Locale locale)
           
 java.lang.String getOutputName()
           
 
Methods inherited from class org.apache.maven.plugin.changes.AbstractChangesReport
execute, getOutputDirectory, getProject, getSiteRenderer
 
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
 

Constructor Detail

ChangesMojo

public ChangesMojo()
Method Detail

canGenerateReport

public boolean canGenerateReport()

executeReport

public void executeReport(java.util.Locale locale)
                   throws org.apache.maven.reporting.MavenReportException
Throws:
org.apache.maven.reporting.MavenReportException

getName

public java.lang.String getName(java.util.Locale locale)

getDescription

public java.lang.String getDescription(java.util.Locale locale)

getOutputName

public java.lang.String getOutputName()


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.