public class TagListReport
extends org.apache.maven.reporting.AbstractMavenReport
Constructor and Description |
---|
TagListReport() |
Modifier and Type | Method and Description |
---|---|
boolean |
canGenerateReport() |
List |
constructSourceDirs()
Construct the list of source directories to analyze.
|
protected void |
executeReport(Locale locale) |
ResourceBundle |
getBundle()
Returns the correct resource bundle according to the locale.
|
String |
getDescription(Locale locale) |
String |
getEncoding()
Returns the character encoding of the source files.
|
Locale |
getLocale()
Returns the Locale of the source files.
|
String |
getName(Locale locale) |
protected String |
getOutputDirectory() |
String |
getOutputName() |
org.apache.maven.project.MavenProject |
getProject() |
protected org.apache.maven.doxia.siterenderer.Renderer |
getSiteRenderer() |
protected String |
getXMLOutputDirectory()
Get the absolute path to the XML output directory.
|
boolean |
isEmptyComments()
Tells whether to look for tags without comments.
|
boolean |
isMultipleLineComments()
Tells whether to look for comments over multiple lines.
|
boolean |
isShowEmptyDetails()
Tells whether to generate details for tags with zero occurrences.
|
closeReport, execute, generate, generate, generate, getCategoryName, getReportOutputDirectory, getSink, getSinkFactory, isExternalReport, setReportOutputDirectory
protected void executeReport(Locale locale) throws org.apache.maven.reporting.MavenReportException
executeReport
in class org.apache.maven.reporting.AbstractMavenReport
org.apache.maven.reporting.MavenReportException
AbstractMavenReport.executeReport(java.util.Locale)
public boolean canGenerateReport()
canGenerateReport
in interface org.apache.maven.reporting.MavenReport
canGenerateReport
in class org.apache.maven.reporting.AbstractMavenReport
MavenReport.canGenerateReport()
public List constructSourceDirs()
public String getEncoding()
public Locale getLocale()
public boolean isMultipleLineComments()
public boolean isEmptyComments()
public boolean isShowEmptyDetails()
protected org.apache.maven.doxia.siterenderer.Renderer getSiteRenderer()
getSiteRenderer
in class org.apache.maven.reporting.AbstractMavenReport
AbstractMavenReport.getSiteRenderer()
protected String getOutputDirectory()
getOutputDirectory
in class org.apache.maven.reporting.AbstractMavenReport
AbstractMavenReport.getOutputDirectory()
protected String getXMLOutputDirectory()
public org.apache.maven.project.MavenProject getProject()
getProject
in class org.apache.maven.reporting.AbstractMavenReport
AbstractMavenReport.getProject()
public String getDescription(Locale locale)
MavenReport.getDescription(java.util.Locale)
public String getOutputName()
MavenReport.getOutputName()
public ResourceBundle getBundle()
Copyright © 2005-2012 Codehaus. All Rights Reserved.