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 CPD


Field Summary
 
Fields inherited from class net.sourceforge.pmd.cpd.CPD
debugEnable
 
Constructor Summary
CpdReportTest.MockCpd(int minimumTileSize, Language language, Iterator<Match> tMatch)
           
 
Method Summary
 Iterator<Match> 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,
                             Language language,
                             Iterator<Match> tMatch)
Method Detail

getMatches

public Iterator<Match> getMatches()
Overrides:
getMatches in class CPD


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