Uses of Interface
org.sonar.api.batch.CpdMapping

Packages that use CpdMapping
org.sonar.api.batch   
org.sonar.plugins.cpd   
org.sonar.plugins.pmd   
 

Uses of CpdMapping in org.sonar.api.batch
 

Classes in org.sonar.api.batch that implement CpdMapping
 class AbstractCpdMapping
          A pre-implementation of the CpdMapping extension point
 

Uses of CpdMapping in org.sonar.plugins.cpd
 

Constructors in org.sonar.plugins.cpd with parameters of type CpdMapping
CpdAnalyser(Project project, SensorContext context, CpdMapping mapping)
           
PmdEngine(CpdMapping[] mappings)
           
SonarBridgeEngine(IndexFactory indexFactory, CpdMapping[] mappings)
           
 

Uses of CpdMapping in org.sonar.plugins.pmd
 

Classes in org.sonar.plugins.pmd that implement CpdMapping
 class JavaCpdMapping
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.