public class CpdReportGenerator extends Object
Constructor and Description |
---|
CpdReportGenerator(org.apache.maven.doxia.sink.Sink sink,
Map<File,PmdFileInfo> fileMap,
ResourceBundle bundle,
boolean aggregate) |
Modifier and Type | Method and Description |
---|---|
void |
beginDocument()
Method that generates the start of the CPD report.
|
void |
generate(List<Duplication> duplications)
Method that generates the contents of the CPD report
|
public CpdReportGenerator(org.apache.maven.doxia.sink.Sink sink, Map<File,PmdFileInfo> fileMap, ResourceBundle bundle, boolean aggregate)
public void beginDocument()
public void generate(List<Duplication> duplications)
duplications
- the found duplicationsCopyright © 2005–2023 The Apache Software Foundation. All rights reserved.