org.apache.maven.plugin.pmd
Class CpdReportGenerator
java.lang.Object
org.apache.maven.plugin.pmd.CpdReportGenerator
- public class CpdReportGenerator
- extends java.lang.Object
Class that generated the CPD report.
- Version:
- $Id: $
- Author:
- mperham
|
Constructor Summary |
CpdReportGenerator(org.codehaus.doxia.sink.Sink sink,
java.lang.String sourceDirectory,
java.util.ResourceBundle bundle,
java.lang.String xrefLocation)
|
|
Method Summary |
void |
beginDocument()
Method that generates the start of the CPD report. |
void |
generate(java.util.Iterator matches)
Method that generates the contents of the CPD report |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CpdReportGenerator
public CpdReportGenerator(org.codehaus.doxia.sink.Sink sink,
java.lang.String sourceDirectory,
java.util.ResourceBundle bundle,
java.lang.String xrefLocation)
beginDocument
public void beginDocument()
- Method that generates the start of the CPD report.
generate
public void generate(java.util.Iterator matches)
- Method that generates the contents of the CPD report
- Parameters:
matches -
Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.