| Package | Description | 
|---|---|
| oracle.ide.migration | 
 Contains API classes for support the migration of Node types and user
preferences in the system directory. 
 | 
| oracle.ide.model | 
 Contains interfaces and classes implementing JDeveloper's data model. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static NodeMigrator | 
NodeMigrator.getNodeMigrator(java.lang.String name)
Use this method to access the migrator specified by the  
name. | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
NodeMigrator.mapInfoToMigrator(NodeMigrator key,
                 MigrationInfo info,
                 java.util.Map map)
Associate the  
NodeMigrator specified with the given
 MigrationInfo by storing these in the specified map. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProjectMigrator
Project migrator. 
 | 
class  | 
WorkspaceMigrator
Workspace migrator. 
 |