|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.javancss.AbstractNcssReportGenerator
org.codehaus.mojo.javancss.NcssAggregateReportGenerator
public class NcssAggregateReportGenerator
Generates the JavaNCSS aggregate report.
Constructor Summary | |
---|---|
NcssAggregateReportGenerator(org.apache.maven.doxia.sink.Sink sink,
java.util.ResourceBundle bundle,
org.apache.maven.plugin.logging.Log log)
|
Method Summary | |
---|---|
void |
doReport(java.util.Locale locale,
java.util.List moduleReports,
int lineThreshold)
Generates the JavaNCSS report. |
Methods inherited from class org.codehaus.mojo.javancss.AbstractNcssReportGenerator |
---|
codeCellHelper, codeItemListHelper, endSection, getLog, getResourceBundle, getSink, headerCellHelper, paragraphHelper, startSection, subtitleHelper, tableCellHelper |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NcssAggregateReportGenerator(org.apache.maven.doxia.sink.Sink sink, java.util.ResourceBundle bundle, org.apache.maven.plugin.logging.Log log)
getSink()
- the getSink() which will be used for reporting.bundle
- the correct RessourceBundle to be used for reporting.log
- Method Detail |
---|
public void doReport(java.util.Locale locale, java.util.List 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |