org.apache.maven.plugin.pmd
Class CpdReportGenerator

java.lang.Object
  extended by org.apache.maven.plugin.pmd.CpdReportGenerator

public class CpdReportGenerator
extends Object

Class that generated the CPD report.

Version:
$Id: CpdReportGenerator.java 1563445 2014-02-01 17:13:04Z michaelo $
Author:
mperham

Constructor Summary
CpdReportGenerator(org.apache.maven.doxia.sink.Sink sink, Map<File,PmdFileInfo> fileMap, ResourceBundle bundle, boolean aggregate)
           
 
Method Summary
 void beginDocument()
          Method that generates the start of the CPD report.
 void generate(Iterator<net.sourceforge.pmd.cpd.Match> 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
 

Constructor Detail

CpdReportGenerator

public CpdReportGenerator(org.apache.maven.doxia.sink.Sink sink,
                          Map<File,PmdFileInfo> fileMap,
                          ResourceBundle bundle,
                          boolean aggregate)
Method Detail

beginDocument

public void beginDocument()
Method that generates the start of the CPD report.


generate

public void generate(Iterator<net.sourceforge.pmd.cpd.Match> matches)
Method that generates the contents of the CPD report

Parameters:
matches -


Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.