org.apache.maven.plugin.pmd
public class CpdReport extends AbstractPmdReport
Version: $Id: PmdReport.java,v 1.3 2005/02/23 00:08:53 brett Exp $
UNKNOWN: cpd needs to support the multiple source roots
Method Summary | |
---|---|
Renderer | createRenderer()
Create and return the correct renderer for the output type.
|
void | executeReport(Locale locale) |
String | getDescription(Locale locale) |
String | getName(Locale locale) |
String | getOutputName() |
Returns: the renderer based on the configured output
Throws: org.apache.maven.reporting.MavenReportException if no renderer found for the output type
See Also: org.apache.maven.reporting.AbstractMavenReport#executeReport(java.util.Locale)
See Also: org.apache.maven.reporting.MavenReport#getDescription(java.util.Locale)
See Also: org.apache.maven.reporting.MavenReport#getName(java.util.Locale)
See Also: org.apache.maven.reporting.MavenReport#getOutputName()