com.atlassian.crowd.migration.legacy.database
Class DatabaseMigrator

java.lang.Object
  extended by com.atlassian.crowd.migration.legacy.database.DatabaseMigrator

public class DatabaseMigrator
extends Object


Constructor Summary
DatabaseMigrator()
           
 
Method Summary
 List<String> importDatabase(LegacyTableQueries legacyTableQueries)
          Will import a database with the given legacyTableQueries
 void setMappers(List<DatabaseImporter> mappers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseMigrator

public DatabaseMigrator()
Method Detail

importDatabase

public List<String> importDatabase(LegacyTableQueries legacyTableQueries)
Will import a database with the given legacyTableQueries

Parameters:
legacyTableQueries - the queries to use for import
Returns:
any errors that occurred during import

setMappers

public void setMappers(List<DatabaseImporter> mappers)


Copyright © 2012 Atlassian. All Rights Reserved.