org.sonar.batch.index
Class ResourceKeyMigration

java.lang.Object
  extended by org.sonar.batch.index.ResourceKeyMigration
All Implemented Interfaces:
BatchComponent

public class ResourceKeyMigration
extends Object
implements BatchComponent


Constructor Summary
ResourceKeyMigration(DatabaseSession session)
           
 
Method Summary
 void checkIfMigrationNeeded(Project rootProject)
           
 void migrateIfNeeded(Project module, FileSystem fs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceKeyMigration

public ResourceKeyMigration(DatabaseSession session)
Method Detail

checkIfMigrationNeeded

public void checkIfMigrationNeeded(Project rootProject)

migrateIfNeeded

public void migrateIfNeeded(Project module,
                            FileSystem fs)


Copyright © 2009–2015 SonarSource. All rights reserved.