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


Constructor Summary
CpdReportTest.MockCpd(CPDConfiguration configuration, Iterator<Match> tMatch)
           
 
Method Summary
 Iterator<Match> getMatches()
           
 
Methods inherited from class net.sourceforge.pmd.cpd.CPD
add, add, addAllInDirectory, addRecursively, go, main, setCpdListener, showUsage
 
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(CPDConfiguration configuration,
                             Iterator<Match> tMatch)
Method Detail

getMatches

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


Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.