public class FileActivityReport extends ChangeLogReport
developers, displayChangeSetDetailUrl, displayFileDetailUrl, displayFileRevDetailUrl, scmUrl| Constructor and Description |
|---|
FileActivityReport() |
| Modifier and Type | Method and Description |
|---|---|
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() |
canGenerateReport, checkResult, countFilesChanged, doChangeSetTitle, doSummary, executeReport, generateChangeSetsFromSCM, generateLinks, generateLinks, getBundle, getChangedSets, getConnection, getOutputDirectory, getProject, getScmRepository, getSiteRenderer, initReportUrls, sinkAuthorDetailscloseReport, execute, generate, generate, generate, getCategoryName, getReportOutputDirectory, getSink, getSinkFactory, isExternalReport, setReportOutputDirectorypublic String getDescription(Locale locale)
getDescription in interface org.apache.maven.reporting.MavenReportgetDescription in class ChangeLogReportpublic String getName(Locale locale)
getName in interface org.apache.maven.reporting.MavenReportgetName in class ChangeLogReportpublic String getOutputName()
getOutputName in interface org.apache.maven.reporting.MavenReportgetOutputName in class ChangeLogReportprotected void doGenerateEmptyReport(ResourceBundle bundle, org.apache.maven.doxia.sink.Sink sink)
doGenerateEmptyReport in class ChangeLogReportbundle - the resource bundle to retrieve report phrases fromsink - the report formatting toolprotected void doGenerateReport(List changeLogSets, ResourceBundle bundle, org.apache.maven.doxia.sink.Sink sink)
doGenerateReport in class ChangeLogReportchangeLogSets - changed sets to generate the report frombundle - the resource bundle to retrieve report phrases fromsink - the report formatting toolCopyright © 2002-2012 Apache Software Foundation. All Rights Reserved.