org.apache.maven.plugin.pmd

Class CpdReport

public class CpdReport extends AbstractPmdReport

Report for PMD's CPD tool. See http://pmd.sourceforge.net/cpd.html for more detail.

Version: $Id: PmdReport.java,v 1.3 2005/02/23 00:08:53 brett Exp $

Author: Mike Perham

UNKNOWN: cpd needs to support the multiple source roots

Method Summary
RenderercreateRenderer()
Create and return the correct renderer for the output type.
voidexecuteReport(Locale locale)
StringgetDescription(Locale locale)
StringgetName(Locale locale)
StringgetOutputName()

Method Detail

createRenderer

public Renderer createRenderer()
Create and return the correct renderer for the output type.

Returns: the renderer based on the configured output

Throws: org.apache.maven.reporting.MavenReportException if no renderer found for the output type

executeReport

public void executeReport(Locale locale)

See Also: org.apache.maven.reporting.AbstractMavenReport#executeReport(java.util.Locale)

getDescription

public String getDescription(Locale locale)

See Also: org.apache.maven.reporting.MavenReport#getDescription(java.util.Locale)

getName

public String getName(Locale locale)

See Also: org.apache.maven.reporting.MavenReport#getName(java.util.Locale)

getOutputName

public String getOutputName()

See Also: org.apache.maven.reporting.MavenReport#getOutputName()

Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.