org.sonar.api
Interface BatchExtension
- All Superinterfaces:
- Extension
- All Known Subinterfaces:
- Decorator, DependsUponMavenPlugin, Language, MavenPluginHandler, PostJob, Purge, RulesRepository<LANG>, Sensor, TimeMachine
- All Known Implementing Classes:
- AbstractCoverageExtension, AbstractDivisionDecorator, AbstractImportableRulesRepository, AbstractLanguage, AbstractRulesRepository, AbstractSourceImporter, AbstractSumChildrenDecorator, BuildBreaker, DatabaseSession, Java, Metric, 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.