org.sonar.api
Interface BatchComponent

All Known Subinterfaces:
BatchExtension, CoverageExtension, CpdMapping, Decorator, DecoratorExecutionHandler, DecoratorsPhaseHandler, DependsUponMavenPlugin, EventHandler, FileLinesContextFactory, FileSystemFilter, I18n, Language, MavenPluginHandler, Metrics, ModelFinder, ModuleFileSystem, NotificationManager, Perspectives, PluginRepository, PostJob, ProjectAnalysisHandler, ProjectFileSystem, ResourceCreationLock, ResourceFilter, ResourcePermissions, ResourcePerspectives, RuleI18n, Semaphores, Sensor, SensorExecutionHandler, SensorsPhaseHandler, ServerPluginRepository, TimeMachine, UserFinder, ViolationFilter
All Known Implementing Classes:
AbstractCpdMapping, AbstractDirectoriesDecorator, AbstractDivisionDecorator, AbstractFileComplexityDecorator, AbstractFilesDecorator, AbstractFunctionComplexityDecorator, AbstractFunctionComplexityDistributionDecorator, AbstractLanguage, AbstractSourceImporter, AbstractSumChildrenDecorator, BuildBreaker, ComponentContainer, DatabaseSession, EmailSettings, FileExclusions, FileFilter, HttpDownloader, Initializer, Java, Languages, Metric, NoSonarFilter, PathResolver, ProfileExporter, ProjectClasspath, ProjectReactor, PropertyDefinitions, ResourceTypes, ResourceTypeTree, Server, Settings, UriReader

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-2013 SonarSource. All Rights Reserved.