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

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

Uses of ResourceKeyMigration in org.sonar.batch.index
 

Constructors in org.sonar.batch.index with parameters of type ResourceKeyMigration
DefaultIndex(PersistenceManager persistence, ProjectTree projectTree, MetricFinder metricFinder, ScanGraph graph, DeprecatedViolations deprecatedViolations, ResourceKeyMigration migration, MeasureCache measureCache)
           
 

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

Constructors in org.sonar.batch.scan.filesystem with parameters of type ResourceKeyMigration
ComponentIndexer(Project module, Languages languages, SonarIndex sonarIndex, Settings settings, ResourceKeyMigration migration)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.