org.sonar.plugins.cpd
Class SonarEngine

java.lang.Object
  extended by org.sonar.plugins.cpd.CpdEngine
      extended by org.sonar.plugins.cpd.SonarEngine
All Implemented Interfaces:
BatchComponent, BatchExtension, Extension

public class SonarEngine
extends CpdEngine


Constructor Summary
SonarEngine(IndexFactory indexFactory)
           
 
Method Summary
 void analyse(Project project, SensorContext context)
           
 boolean isLanguageSupported(Language language)
           
 
Methods inherited from class org.sonar.plugins.cpd.CpdEngine
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SonarEngine

public SonarEngine(IndexFactory indexFactory)
Method Detail

isLanguageSupported

public boolean isLanguageSupported(Language language)

analyse

public void analyse(Project project,
                    SensorContext context)


Copyright © 2009-2012 SonarSource. All Rights Reserved.