org.sonar.api
Interface BatchExtension

All Superinterfaces:
Extension
All Known Subinterfaces:
Decorator, Language, MavenPluginHandler, PostJob, Purge, RulesRepository<LANG>, Sensor, TimeMachine
All Known Implementing Classes:
AbstractCoverageExtension, AbstractCoverageSensor, AbstractDivisionDecorator, AbstractImportableRulesRepository, AbstractLanguage, AbstractRulesRepository, AbstractSourceImporter, AbstractSumChildrenDecorator, BuildBreaker, Java, RulesManager, ServerHttpClient

public interface BatchExtension
extends Extension

Marker interface for batch components.

All classes marked as BatchExtension are instancied and deployed in analysis batch

It's recommended to override the toString() method for logs :




Copyright © 2009 SonarSource SA. All Rights Reserved.