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

Packages that use ResourceCache
org.sonar.batch.index   
org.sonar.batch.issue   
 

Uses of ResourceCache in org.sonar.batch.index
 

Methods in org.sonar.batch.index that return ResourceCache
 ResourceCache ResourceCache.add(Resource resource)
           
 

Constructors in org.sonar.batch.index with parameters of type ResourceCache
DefaultResourcePersister(DatabaseSession session, ResourcePermissions permissions, SnapshotCache snapshotCache, ResourceCache resourceCache)
           
DuplicationPersister(MyBatis mybatis, RuleFinder ruleFinder, SnapshotCache snapshotCache, ResourceCache resourceCache, DuplicationCache duplicationCache, MetricFinder metricFinder)
           
MeasurePersister(MyBatis mybatis, RuleFinder ruleFinder, MeasureCache measureCache, SnapshotCache snapshotCache, ResourceCache resourceCache)
           
 

Uses of ResourceCache in org.sonar.batch.issue
 

Constructors in org.sonar.batch.issue with parameters of type ResourceCache
DeprecatedViolations(IssueCache issueCache, RuleFinder ruleFinder, ResourceCache resourceCache)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.