org.sonar.plugins.cpd
Class CpdAnalyser

java.lang.Object
  extended by org.sonar.plugins.cpd.CpdAnalyser

public class CpdAnalyser
extends java.lang.Object


Constructor Summary
CpdAnalyser(ProjectContext context, CpdMapping cpdMapping, java.util.List<java.io.File> sourceDirs)
           
 
Method Summary
 void analyse(java.util.Iterator<net.sourceforge.pmd.cpd.Match> matches)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CpdAnalyser

public CpdAnalyser(ProjectContext context,
                   CpdMapping cpdMapping,
                   java.util.List<java.io.File> sourceDirs)
Method Detail

analyse

public void analyse(java.util.Iterator<net.sourceforge.pmd.cpd.Match> matches)
             throws java.io.IOException,
                    java.text.ParseException
Throws:
java.io.IOException
java.text.ParseException


Copyright © 2009 SonarSource SA. All Rights Reserved.