Uses of Class
org.sonar.batch.index.Caches

Packages that use Caches
org.sonar.batch.duplication   
org.sonar.batch.index   
org.sonar.batch.issue   
org.sonar.batch.scan.filesystem This package is a part of bootstrap process, so we should take care about backward compatibility. 
org.sonar.batch.scan.measure This package is a part of bootstrap process, so we should take care about backward compatibility. 
org.sonar.batch.scan2   
 

Uses of Caches in org.sonar.batch.duplication
 

Constructors in org.sonar.batch.duplication with parameters of type Caches
BlockCache(Caches caches)
           
DuplicationCache(Caches caches)
           
 

Uses of Caches in org.sonar.batch.index
 

Constructors in org.sonar.batch.index with parameters of type Caches
ComponentDataCache(Caches caches)
           
 

Uses of Caches in org.sonar.batch.issue
 

Constructors in org.sonar.batch.issue with parameters of type Caches
IssueCache(Caches caches)
           
 

Uses of Caches in org.sonar.batch.scan.filesystem
 

Constructors in org.sonar.batch.scan.filesystem with parameters of type Caches
InputPathCache(Caches caches)
           
 

Uses of Caches in org.sonar.batch.scan.measure
 

Constructors in org.sonar.batch.scan.measure with parameters of type Caches
MeasureCache(Caches caches, MetricFinder metricFinder, TechnicalDebtModel techDebtModel)
           
 

Uses of Caches in org.sonar.batch.scan2
 

Constructors in org.sonar.batch.scan2 with parameters of type Caches
AnalyzerIssueCache(Caches caches)
           
AnalyzerMeasureCache(Caches caches, MetricFinder metricFinder)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.