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.java 833767 2009-11-07 21:18:34Z dennisl $
Author:
Johnny R. Ruiz III

Field Summary
protected  org.apache.maven.execution.MavenSession session
           
 
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
 

Field Detail

session

protected org.apache.maven.execution.MavenSession session
Since:
2.2
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-2009 The Apache Software Foundation. All Rights Reserved.