Uses of Class
org.sonar.batch.duplication.BlockCache

Packages that use BlockCache
org.sonar.batch.duplication   
org.sonar.batch.scan   
org.sonar.batch.scan2   
 

Uses of BlockCache in org.sonar.batch.duplication
 

Methods in org.sonar.batch.duplication that return BlockCache
 BlockCache BlockCache.put(String effectiveKey, org.sonar.duplications.block.FileBlocks blocks)
           
 

Constructors in org.sonar.batch.duplication with parameters of type BlockCache
DefaultTokenBuilder(InputFile inputFile, BlockCache cache, org.sonar.duplications.internal.pmd.PmdBlockChunker blockChunker)
           
 

Uses of BlockCache in org.sonar.batch.scan
 

Constructors in org.sonar.batch.scan with parameters of type BlockCache
SensorContextAdaptor(SensorContext sensorContext, MetricFinder metricFinder, Project project, ResourcePerspectives perspectives, Settings settings, FileSystem fs, ActiveRules activeRules, ComponentDataCache componentDataCache, BlockCache blockCache, DuplicationCache duplicationCache)
           
 

Uses of BlockCache in org.sonar.batch.scan2
 

Constructors in org.sonar.batch.scan2 with parameters of type BlockCache
BaseSensorContext(Settings settings, FileSystem fs, ActiveRules activeRules, ComponentDataCache componentDataCache, BlockCache blockCache, DuplicationCache duplicationCache)
           
DefaultSensorContext(ProjectDefinition def, AnalyzerMeasureCache measureCache, AnalyzerIssueCache issueCache, Settings settings, FileSystem fs, ActiveRules activeRules, IssueFilters issueFilters, ComponentDataCache componentDataCache, BlockCache blockCache, DuplicationCache duplicationCache)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.