Uses of Interface
org.sonar.api.BatchComponent

Packages that use BatchComponent
org.sonar.api   
org.sonar.api.batch   
org.sonar.api.batch.analyzer   
org.sonar.api.batch.bootstrap   
org.sonar.api.batch.events   
org.sonar.api.batch.fs   
org.sonar.api.batch.fs.internal   
org.sonar.api.batch.maven   
org.sonar.api.batch.rule   
org.sonar.api.component   
org.sonar.api.config   
org.sonar.api.database   
org.sonar.api.i18n   
org.sonar.api.issue   
org.sonar.api.issue.batch   
org.sonar.api.measures   
org.sonar.api.notifications   
org.sonar.api.platform   
org.sonar.api.profiles   
org.sonar.api.resources   
org.sonar.api.rules   
org.sonar.api.scan.event   
org.sonar.api.scan.filesystem   
org.sonar.api.security   
org.sonar.api.technicaldebt.batch   
org.sonar.api.utils   
org.sonar.xoo   
 

Uses of BatchComponent in org.sonar.api
 

Subinterfaces of BatchComponent in org.sonar.api
 interface BatchExtension
          Batch extension point.
 

Uses of BatchComponent in org.sonar.api.batch
 

Subinterfaces of BatchComponent in org.sonar.api.batch
 interface CoverageExtension
          Marker for the extensions that execute coverage tools.
 interface CpdMapping
           
 interface Decorator
           
 interface PostJob
          PostJobs are executed when project is analysed.
 interface ResourceCreationLock
          Deprecated. since 4.2. File system is immutable and does not require this class anymore.
 interface ResourceFilter
          Deprecated. since 4.2. Analysis is file-system oriented. See org.sonar.api.scan.filesystem.InputFileFilter
 interface Sensor
           A Sensor is invoked once during the analysis of a project.
 interface TimeMachine
          The TimeMachine extension point
 

Classes in org.sonar.api.batch that implement BatchComponent
 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
          Deprecated. since 4.2 Component indexing and source import are done by core and this extension is not used.
 class AbstractSumChildrenDecorator
          Sum measures of child resources.
 class BuildBreaker
           
 class FileFilter
          Deprecated. in 3.5. Replaced by FileSystemFilter
 class Initializer
           Initializer can execute external tool (like a Maven plugin), change project configuration.
 class ProjectClasspath
           
 

Uses of BatchComponent in org.sonar.api.batch.analyzer
 

Subinterfaces of BatchComponent in org.sonar.api.batch.analyzer
 interface Analyzer
           An Analyzer is invoked once during the analysis of a project.
 

Uses of BatchComponent in org.sonar.api.batch.bootstrap
 

Classes in org.sonar.api.batch.bootstrap that implement BatchComponent
 class ProjectBuilder
          This extension point allows to change project structure at runtime.
 class ProjectReactor
           
 

Uses of BatchComponent in org.sonar.api.batch.events
 

Subinterfaces of BatchComponent in org.sonar.api.batch.events
 interface DecoratorExecutionHandler
           
 interface DecoratorsPhaseHandler
           
 interface EventHandler
          Marker interface for event handlers.
 interface InitializerExecutionHandler
           
 interface InitializersPhaseHandler
           
 interface MavenPhaseHandler
           
 interface PostJobExecutionHandler
           
 interface PostJobsPhaseHandler
           
 interface ProjectAnalysisHandler
           
 interface SensorExecutionHandler
           
 interface SensorsPhaseHandler
           
 

Uses of BatchComponent in org.sonar.api.batch.fs
 

Subinterfaces of BatchComponent in org.sonar.api.batch.fs
 interface FileSystem
          The FileSystem manages all the source files to be analyzed.
 interface InputFileFilter
          Extension point to exclude some files from inspection
 

Uses of BatchComponent in org.sonar.api.batch.fs.internal
 

Classes in org.sonar.api.batch.fs.internal that implement BatchComponent
 class DefaultFileSystem
           
 

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

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

Uses of BatchComponent in org.sonar.api.batch.rule
 

Subinterfaces of BatchComponent in org.sonar.api.batch.rule
 interface ActiveRules
          The rules that are activated on the current module.
 

Classes in org.sonar.api.batch.rule that implement BatchComponent
 class CheckFactory
          Creates Checks.
 

Uses of BatchComponent in org.sonar.api.component
 

Subinterfaces of BatchComponent in org.sonar.api.component
 interface Perspectives
           
 interface ResourcePerspectives
          Only on batch-side.
 

Uses of BatchComponent in org.sonar.api.config
 

Classes in org.sonar.api.config that implement BatchComponent
 class EmailSettings
          If batch extensions use this component, then batch must be executed with administrator rights (see properties sonar.login and sonar.password)
 class PropertyDefinition
          Declare a plugin property.
 class PropertyDefinitions
          Metadata of all the properties declared by plugins
 class Settings
          Project Settings on batch side, Global Settings on server side.
 

Uses of BatchComponent in org.sonar.api.database
 

Classes in org.sonar.api.database that implement BatchComponent
 class DatabaseSession
          This component should not accessible from plugin API
 

Uses of BatchComponent in org.sonar.api.i18n
 

Subinterfaces of BatchComponent in org.sonar.api.i18n
 interface I18n
          Main component that provides translation facilities.
 interface RuleI18n
          Deprecated. in 4.1. Rules are not localized anymore. See http://jira.codehaus.org/browse/SONAR-4885
 

Uses of BatchComponent in org.sonar.api.issue
 

Subinterfaces of BatchComponent in org.sonar.api.issue
 interface IssueHandler
           
 interface ProjectIssues
          Used by batch components to get all project issues.
 

Classes in org.sonar.api.issue that implement BatchComponent
 class NoSonarFilter
          Issue filter used to ignore issues created on lines commented with the tag "NOSONAR".
 

Uses of BatchComponent in org.sonar.api.issue.batch
 

Subinterfaces of BatchComponent in org.sonar.api.issue.batch
 interface IssueFilter
          An issue filter is an object that allows filtering of Issues on batch side, preventing them from being persisted.
 

Uses of BatchComponent in org.sonar.api.measures
 

Subinterfaces of BatchComponent in org.sonar.api.measures
 interface FileLinesContextFactory
          This interface is not intended to be implemented by clients.
 interface Metrics
           
 

Classes in org.sonar.api.measures that implement BatchComponent
 class Metric<G extends Serializable>
          This class represents the definition of a metric in Sonar.
 

Uses of BatchComponent in org.sonar.api.notifications
 

Subinterfaces of BatchComponent in org.sonar.api.notifications
 interface NotificationManager
           The notification manager receives notifications and is in charge of storing them so that they are processed by the notification service.
 

Uses of BatchComponent in org.sonar.api.platform
 

Subinterfaces of BatchComponent in org.sonar.api.platform
 interface PluginRepository
           
 

Classes in org.sonar.api.platform that implement BatchComponent
 class ComponentContainer
           
 class Server
           
 

Uses of BatchComponent in org.sonar.api.profiles
 

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

Uses of BatchComponent in org.sonar.api.resources
 

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

Instantiation strategy changed to PER_BATCH in version 4.2.

 interface ProjectFileSystem
          Deprecated. since 3.5 replaced by ModuleFileSystem
 

Classes in org.sonar.api.resources that implement BatchComponent
 class AbstractLanguage
          Inherit this class to define a new language like PLSQL, PHP or C#
 class Java
          Deprecated. in 3.6
 class Languages
          A class to store the list of languages
 

Uses of BatchComponent in org.sonar.api.rules
 

Subinterfaces of BatchComponent in org.sonar.api.rules
 interface ViolationFilter
          Deprecated. in 3.6. Replaced by IssueFilter.
 

Uses of BatchComponent in org.sonar.api.scan.event
 

Subinterfaces of BatchComponent in org.sonar.api.scan.event
 interface ModuleScanPhaseHandler
           
 interface ProjectScanHandler
           
 

Uses of BatchComponent in org.sonar.api.scan.filesystem
 

Subinterfaces of BatchComponent in org.sonar.api.scan.filesystem
 interface FileSystemFilter
          Deprecated. since 4.2 use InputFileFilter
 interface ModuleFileSystem
          Deprecated. in 4.2. Replaced by FileSystem
 

Classes in org.sonar.api.scan.filesystem that implement BatchComponent
 class FileExclusions
          Configuration of file inclusions and exclusions.
 class PathResolver
           
 

Uses of BatchComponent in org.sonar.api.security
 

Subinterfaces of BatchComponent in org.sonar.api.security
 interface UserFinder
           
 

Uses of BatchComponent in org.sonar.api.technicaldebt.batch
 

Subinterfaces of BatchComponent in org.sonar.api.technicaldebt.batch
 interface TechnicalDebtModel
          Deprecated. since 4.3
 

Uses of BatchComponent in org.sonar.api.utils
 

Classes in org.sonar.api.utils that implement BatchComponent
 class Durations
          Used through ruby code
 class HttpDownloader
          This component downloads HTTP files
 class System2
          Proxy over System.
 class UriReader
          Reads different types of URI.
 

Uses of BatchComponent in org.sonar.xoo
 

Classes in org.sonar.xoo that implement BatchComponent
 class Xoo
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.