org.apache.maven.plugin.pmd
Class CpdReportTest.MockCpd

java.lang.Object
  extended by net.sourceforge.pmd.cpd.CPD
      extended by org.apache.maven.plugin.pmd.CpdReportTest.MockCpd
Enclosing class:
CpdReportTest

public static class CpdReportTest.MockCpd
extends net.sourceforge.pmd.cpd.CPD


Field Summary
 
Fields inherited from class net.sourceforge.pmd.cpd.CPD
debugEnable
 
Constructor Summary
CpdReportTest.MockCpd(int minimumTileSize, net.sourceforge.pmd.cpd.Language language, Iterator tMatch)
           
 
Method Summary
 Iterator getMatches()
           
 
Methods inherited from class net.sourceforge.pmd.cpd.CPD
add, add, addAllInDirectory, addRecursively, getRendererFromString, go, main, setCpdListener, setEncoding, skipDuplicates
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CpdReportTest.MockCpd

public CpdReportTest.MockCpd(int minimumTileSize,
                             net.sourceforge.pmd.cpd.Language language,
                             Iterator tMatch)
Method Detail

getMatches

public Iterator getMatches()
Overrides:
getMatches in class net.sourceforge.pmd.cpd.CPD


Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.