public class NcssAggregateReportGenerator extends AbstractNcssReportGenerator
| Constructor and Description |
|---|
NcssAggregateReportGenerator(org.apache.maven.doxia.sink.Sink sink,
ResourceBundle bundle,
org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
doReport(Locale locale,
List<ModuleReport> moduleReports,
int lineThreshold)
Generates the JavaNCSS report.
|
codeCellHelper, codeItemListHelper, doIntro, endSection, getLog, getResourceBundle, getSink, getString, headerCellHelper, navigationBar, paragraphHelper, startSection, subtitleHelper, tableCellHelperpublic NcssAggregateReportGenerator(org.apache.maven.doxia.sink.Sink sink,
ResourceBundle bundle,
org.apache.maven.plugin.logging.Log log)
sink - the sink that will be used for reporting.bundle - the correct RessourceBundle to be used for reporting.log - the logger to output log with.public void doReport(Locale locale, List<ModuleReport> moduleReports, int lineThreshold)
locale - the Locale used for this report.moduleReports - the javancss raw reports to aggregate, List of ModuleReport.lineThreshold - the maximum number of lines to keep in major reports.Copyright © 2005–2015 Codehaus. All rights reserved.