org.apache.maven.plugin.changelog
Class FileActivityReport

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.reporting.AbstractMavenReport
          extended by org.apache.maven.plugin.changelog.ChangeLogReport
              extended by org.apache.maven.plugin.changelog.FileActivityReport
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.apache.maven.reporting.MavenReport

public class FileActivityReport
extends ChangeLogReport

Generate a file activity report.

Version:
$Id: FileActivityReport.java 803834 2009-08-13 10:32:13Z vsiveton $
Is defined by the goal name:
file-activity

Field Summary
 
Fields inherited from class org.apache.maven.plugin.changelog.ChangeLogReport
developers, displayChangeSetDetailUrl, displayFileDetailUrl, displayFileRevDetailUrl, scmUrl
 
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
FileActivityReport()
           
 
Method Summary
protected  void doGenerateEmptyReport(ResourceBundle bundle, org.apache.maven.doxia.sink.Sink sink)
          generates an empty report in case there are no sources to generate a report with
protected  void doGenerateReport(List changeLogSets, ResourceBundle bundle, org.apache.maven.doxia.sink.Sink sink)
          method that generates the report for this mojo.
 String getDescription(Locale locale)
          
 String getName(Locale locale)
          
 String getOutputName()
          
 
Methods inherited from class org.apache.maven.plugin.changelog.ChangeLogReport
canGenerateReport, checkResult, countFilesChanged, doChangeSetTitle, doSummary, executeReport, generateChangeSetsFromSCM, generateLinks, generateLinks, getBundle, getChangedSets, getConnection, getOutputDirectory, getProject, getScmRepository, getSiteRenderer, initReportUrls, sinkAuthorDetails
 
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport
closeReport, execute, 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

FileActivityReport

public FileActivityReport()
Method Detail

getDescription

public String getDescription(Locale locale)

Specified by:
getDescription in interface org.apache.maven.reporting.MavenReport
Overrides:
getDescription in class ChangeLogReport

getName

public String getName(Locale locale)

Specified by:
getName in interface org.apache.maven.reporting.MavenReport
Overrides:
getName in class ChangeLogReport

getOutputName

public String getOutputName()

Specified by:
getOutputName in interface org.apache.maven.reporting.MavenReport
Overrides:
getOutputName in class ChangeLogReport

doGenerateEmptyReport

protected void doGenerateEmptyReport(ResourceBundle bundle,
                                     org.apache.maven.doxia.sink.Sink sink)
generates an empty report in case there are no sources to generate a report with

Overrides:
doGenerateEmptyReport in class ChangeLogReport
Parameters:
bundle - the resource bundle to retrieve report phrases from
sink - the report formatting tool

doGenerateReport

protected void doGenerateReport(List changeLogSets,
                                ResourceBundle bundle,
                                org.apache.maven.doxia.sink.Sink sink)
method that generates the report for this mojo. This method is overridden by dev-activity and file-activity mojo

Overrides:
doGenerateReport in class ChangeLogReport
Parameters:
changeLogSets - changed sets to generate the report from
bundle - the resource bundle to retrieve report phrases from
sink - the report formatting tool


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