public class ProjectLibraryMigrator extends NodeMigratorHelper
| Modifier and Type | Method and Description | 
|---|---|
static ProjectLibraryMigrator | 
getInstance()  | 
void | 
migrate(MigrationInfo[] infos, TraversableContext context)
Method called to migrate the nodes recorded in the specified  
MigrationInfo. | 
generateDefaults, getDefault, getNodeMigratorHelperKey, getNodeMigratorHelperVersion, getPages, isHeadlesMigration, putDefaultpublic static ProjectLibraryMigrator getInstance()
public void migrate(MigrationInfo[] infos, TraversableContext context)
NodeMigratorHelperMigrationInfo. Helpers should not save nodes during migration because this can cause problems for proceeding migrator helpers, possibly preventing them from performing migration.migrate in class NodeMigratorHelperinfos - information about the nodes that may require migration.context - contains addin specific migration data that is passed on to the helpers such that they can use that information when migrating their data.