Uses of Interface
org.sonar.api.BatchExtension

Packages that use BatchExtension
org.sonar.api.batch   
org.sonar.api.batch.maven   
org.sonar.api.checks   
org.sonar.api.checks.profiles   
org.sonar.api.checks.templates   
org.sonar.api.measures   
org.sonar.api.profiles   
org.sonar.api.resources   
org.sonar.api.rules   
org.sonar.core.purge   
 

Uses of BatchExtension in org.sonar.api.batch
 

Subinterfaces of BatchExtension in org.sonar.api.batch
 interface CoverageExtension
          Marker for extension.
 interface CpdMapping
           
 interface Decorator
           
 interface PostJob
          PostJobs are executed when project is analysed.
 interface Purge
          Deprecated. since 2.5. The DBCleaner plugin implements all required purge taks.
 interface ResourceFilter
          Filter resources to save.
 interface Sensor
           A Sensor is invoked once during the analysis of a project.
 

Classes in org.sonar.api.batch that implement BatchExtension
 class AbstractCoverageExtension
          Deprecated. since 2.6 was superseded by interface CoverageExtension
 class AbstractCpdMapping
          A pre-implementation of the CpdMapping extension point
 class AbstractDirectoriesDecorator
          Deprecated. since 2.2, the number of directories is automatically calculated by sonar core (see metric formula)
 class AbstractDivisionDecorator
          A pre-implementation to decorate metrics that are the result of a division
 class AbstractFileComplexityDecorator
          Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore
 class AbstractFilesDecorator
          Deprecated. since 2.2, the number of files is automatically calculated by sonar core (see metric formula)
 class AbstractFunctionComplexityDecorator
          Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore
 class AbstractFunctionComplexityDistributionDecorator
          Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore
 class AbstractSourceImporter
          A pre-implementation for a sensor that imports sources
 class AbstractSumChildrenDecorator
          Sum measures of child resources.
 class BuildBreaker
           
 class FileFilter
           
 class Initializer
           Initializer can execute external tool (like a Maven plugin), change project configuration.
 

Uses of BatchExtension in org.sonar.api.batch.maven
 

Subinterfaces of BatchExtension in org.sonar.api.batch.maven
 interface DependsUponMavenPlugin
          Can be used only for Initializers, Sensors and PostJobs.
 interface MavenPluginHandler
           
 

Uses of BatchExtension in org.sonar.api.checks
 

Classes in org.sonar.api.checks that implement BatchExtension
 class NoSonarFilter
           
 

Uses of BatchExtension in org.sonar.api.checks.profiles
 

Classes in org.sonar.api.checks.profiles that implement BatchExtension
 class CheckProfile
          Deprecated. since 2.3
 

Uses of BatchExtension in org.sonar.api.checks.templates
 

Classes in org.sonar.api.checks.templates that implement BatchExtension
 class CheckTemplateRepository
          Deprecated. since 2.3
 

Uses of BatchExtension in org.sonar.api.measures
 

Subinterfaces of BatchExtension in org.sonar.api.measures
 interface Metrics
           
 

Classes in org.sonar.api.measures that implement BatchExtension
 class Metric
           
 

Uses of BatchExtension in org.sonar.api.profiles
 

Classes in org.sonar.api.profiles that implement BatchExtension
 class ProfileExporter
           
 

Uses of BatchExtension in org.sonar.api.resources
 

Subinterfaces of BatchExtension in org.sonar.api.resources
 interface Language
          The extension point to define a new language
 

Classes in org.sonar.api.resources that implement BatchExtension
 class AbstractLanguage
          Inherit this class to define a new language like PLSQL, PHP or C#
 class Java
          Java language implementation
 

Uses of BatchExtension in org.sonar.api.rules
 

Subinterfaces of BatchExtension in org.sonar.api.rules
 interface RulesRepository<LANG extends Language>
          Deprecated. since 2.3
 interface ViolationFilter
          Filter violations to save.
 

Classes in org.sonar.api.rules that implement BatchExtension
 class AbstractImportableRulesRepository<LANG extends Language,MAPPER extends RulePriorityMapper<?,?>>
          Deprecated. 
 class AbstractRulesRepository<LANG extends Language,MAPPER extends RulePriorityMapper<?,?>>
          Deprecated. 
 

Uses of BatchExtension in org.sonar.core.purge
 

Classes in org.sonar.core.purge that implement BatchExtension
 class org.sonar.core.purge.AbstractPurge
          Deprecated. 
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.