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

Packages that use ComponentDataCache
org.sonar.batch.highlighting   
org.sonar.batch.index   
org.sonar.batch.scan   
org.sonar.batch.scan2   
org.sonar.batch.source   
org.sonar.batch.symbol   
 

Uses of ComponentDataCache in org.sonar.batch.highlighting
 

Constructors in org.sonar.batch.highlighting with parameters of type ComponentDataCache
DefaultHighlightingBuilder(String componentKey, ComponentDataCache cache)
           
 

Uses of ComponentDataCache in org.sonar.batch.index
 

Methods in org.sonar.batch.index that return ComponentDataCache
<D extends Data>
ComponentDataCache
ComponentDataCache.setData(String componentKey, String dataType, D data)
           
 ComponentDataCache ComponentDataCache.setStringData(String componentKey, String dataType, String data)
           
 

Constructors in org.sonar.batch.index with parameters of type ComponentDataCache
ComponentDataPersister(ComponentDataCache data, SnapshotCache snapshots, SnapshotDataDao dao, MyBatis mybatis)
           
 

Uses of ComponentDataCache in org.sonar.batch.scan
 

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

Uses of ComponentDataCache in org.sonar.batch.scan2
 

Constructors in org.sonar.batch.scan2 with parameters of type ComponentDataCache
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)
           
 

Uses of ComponentDataCache in org.sonar.batch.source
 

Constructors in org.sonar.batch.source with parameters of type ComponentDataCache
DefaultHighlightable(Component component, ComponentDataCache cache)
          Deprecated.  
DefaultSymbolizable(ComponentDataCache cache, Component component)
           
HighlightableBuilder(ComponentDataCache cache)
          Deprecated.  
SymbolizableBuilder(ComponentDataCache cache)
           
 

Uses of ComponentDataCache in org.sonar.batch.symbol
 

Constructors in org.sonar.batch.symbol with parameters of type ComponentDataCache
DefaultSymbolTableBuilder(String componentKey, ComponentDataCache cache)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.