Uses of Interface
org.sonar.api.BatchExtension

Packages that use BatchExtension
org.sonar.api.batch   
org.sonar.api.batch.maven   
org.sonar.api.database   
org.sonar.api.measures   
org.sonar.api.resources   
org.sonar.api.rules   
org.sonar.api.utils   
org.sonar.batch   
 

Uses of BatchExtension in org.sonar.api.batch
 

Subinterfaces of BatchExtension in org.sonar.api.batch
 interface CpdMapping
           
 interface Decorator
           
 interface PostJob
          PostJobs are executed when project is analysed.
 interface Purge
          Extension point to purge data.
 interface ResourceFilter
          Filter resources to save.
 interface Sensor
          A Sensor is invoked once during the analysis of a project.
 interface SquidSearch
          The extension point to access the Squid data tree
 interface TimeMachine
          The TimeMachine extension point
 

Classes in org.sonar.api.batch that implement BatchExtension
 class AbstractCoverageExtension
          This class implements the management of the code coverage engine if there are several.
 class AbstractCpdMapping
          A pre-implementation of the CpdMapping extension point
 class AbstractDirectoriesDecorator
          A pre-implementation to decorate the number of directories
 class AbstractDivisionDecorator
          A pre-implementation to decorate metrics that are the result of a division
 class AbstractFileComplexityDecorator
          A pre-implementation to decorate the file complexity
 class AbstractFilesDecorator
          A pre-implementation to decorate the number of files
 class AbstractFunctionComplexityDecorator
          A pre-implementation to decorate average complexity of functions
 class AbstractFunctionComplexityDistributionDecorator
           
 class AbstractPurge
           
 class AbstractSourceImporter
          A pre-implementation for a sensor that imports sources
 class AbstractSumChildrenDecorator
          Sum measures of child resources.
 class BuildBreaker
           
 class FormulaDecorator
          A pre-implementation of a decorator using a simple calculation formula
 

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

Subinterfaces of BatchExtension in org.sonar.api.batch.maven
 interface DependsUponMavenPlugin
          Used for Sensors and PostJobs only.
 interface MavenPluginHandler
           
 

Uses of BatchExtension in org.sonar.api.database
 

Classes in org.sonar.api.database that implement BatchExtension
 class DatabaseSession
           
 

Uses of BatchExtension in org.sonar.api.measures
 

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

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>
          The interface to implement to create a repository of rules
 interface ViolationFilter
          Filter violations to save.
 

Classes in org.sonar.api.rules that implement BatchExtension
 class AbstractImportableRulesRepository<LANG extends Language,MAPPER extends RulePriorityMapper<?,?>>
           
 class AbstractRulesRepository<LANG extends Language,MAPPER extends RulePriorityMapper<?,?>>
           
 class RulesManager
          A class to manage and access rules defined in Sonar
 

Uses of BatchExtension in org.sonar.api.utils
 

Classes in org.sonar.api.utils that implement BatchExtension
 class ServerHttpClient
           
 

Uses of BatchExtension in org.sonar.batch
 

Subinterfaces of BatchExtension in org.sonar.batch
 interface MavenPluginExecutor
           
 

Classes in org.sonar.batch that implement BatchExtension
 class DefaultTimeMachine
           
 



Copyright © 2009-2010 SonarSource SA. All Rights Reserved.