org.sonar.plugins.cpd
Class PmdEngine

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

public class PmdEngine
extends CpdEngine


Constructor Summary
PmdEngine()
           
PmdEngine(CpdMapping[] mappings)
           
 
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

PmdEngine

public PmdEngine()

PmdEngine

public PmdEngine(CpdMapping[] mappings)
Method Detail

isLanguageSupported

public boolean isLanguageSupported(Language language)

analyse

public void analyse(Project project,
                    SensorContext context)


Copyright © 2009-2012 SonarSource. All Rights Reserved.