org.sonar.api
Interface BatchComponent

All Known Subinterfaces:
BatchExtension, CoverageExtension, CpdMapping, Decorator, DependsUponMavenPlugin, Language, MavenPluginHandler, MetricFinder, Metrics, ModelFinder, PluginRepository, PostJob, ProjectFileSystem, ResourceCreationLock, ResourceFilter, RuleFinder, Sensor, TimeMachine, ViolationFilter
All Known Implementing Classes:
AbstractCoverageExtension, AbstractCpdMapping, AbstractDirectoriesDecorator, AbstractDivisionDecorator, AbstractFileComplexityDecorator, AbstractFilesDecorator, AbstractFunctionComplexityDecorator, AbstractFunctionComplexityDistributionDecorator, AbstractLanguage, AbstractSourceImporter, AbstractSumChildrenDecorator, BuildBreaker, DatabaseSession, DefaultProjectFileSystem, FileFilter, HttpDownloader, Initializer, Java, Languages, Metric, NoSonarFilter, ProfileExporter, ProjectClasspath, Server, ServerHttpClient

public interface BatchComponent

Dependency Injection : all the classes implementing this interface are available in the batch IoC container. Just add a parameter to the constructor of your component.

Since:
2.2



Copyright © 2009-2011 SonarSource. All Rights Reserved.