org.sonar.plugins.cpd
Class CpdAnalyser

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

public class CpdAnalyser
extends Object


Constructor Summary
CpdAnalyser(Project project, SensorContext context, CpdMapping mapping)
           
 
Method Summary
 void analyse(Iterator<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(Project project,
                   SensorContext context,
                   CpdMapping mapping)
Method Detail

analyse

public void analyse(Iterator<Match> matches)


Copyright © 2009-2012 SonarSource. All Rights Reserved.