Uses of Class
org.sonar.api.batch.SonarIndex

Packages that use SonarIndex
org.sonar.batch   
org.sonar.batch.index   
org.sonar.batch.phases   
org.sonar.plugins.core.timemachine   
org.sonar.plugins.design.batch   
 

Uses of SonarIndex in org.sonar.batch
 

Constructors in org.sonar.batch with parameters of type SonarIndex
DefaultDecoratorContext(Resource resource, SonarIndex index, List<DecoratorContext> childrenContexts)
           
DefaultFileLinesContext(SonarIndex index, Resource resource)
           
DefaultFileLinesContextFactory(SonarIndex index)
           
DefaultSensorContext(SonarIndex index, Project project)
           
 

Uses of SonarIndex in org.sonar.batch.index
 

Subclasses of SonarIndex in org.sonar.batch.index
 class DefaultIndex
           
 

Uses of SonarIndex in org.sonar.batch.phases
 

Constructors in org.sonar.batch.phases with parameters of type SonarIndex
DecoratorsExecutor(BatchExtensionDictionnary extensionDictionnary, Project project, SonarIndex index, EventBus eventBus)
           
 

Uses of SonarIndex in org.sonar.plugins.core.timemachine
 

Constructors in org.sonar.plugins.core.timemachine with parameters of type SonarIndex
ViolationTrackingDecorator(Project project, ReferenceAnalysis referenceAnalysis, SonarIndex index)
           
 

Uses of SonarIndex in org.sonar.plugins.design.batch
 

Constructors in org.sonar.plugins.design.batch with parameters of type SonarIndex
MavenDependenciesSensor(org.apache.maven.artifact.repository.ArtifactRepository localRepository, org.apache.maven.artifact.factory.ArtifactFactory artifactFactory, org.apache.maven.artifact.metadata.ArtifactMetadataSource artifactMetadataSource, org.apache.maven.artifact.resolver.ArtifactCollector artifactCollector, org.apache.maven.shared.dependency.tree.DependencyTreeBuilder treeBuilder, SonarIndex index)
           
ProjectDsmDecorator(SonarIndex index)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.