Extension SDK 10.1.2

Uses of Class
oracle.ide.migration.NodeMigrator

Packages that use NodeMigrator
oracle.ide.migration   
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
 

Uses of NodeMigrator in oracle.ide.migration
 

Methods in oracle.ide.migration that return NodeMigrator
static NodeMigrator NodeMigrator.getNodeMigrator(java.lang.String name)
          Use this method to access the migrator specified by the name.
 

Methods in oracle.ide.migration with parameters of type NodeMigrator
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.
 

Uses of NodeMigrator in oracle.ide.model
 

Subclasses of NodeMigrator in oracle.ide.model
 class WorkspaceMigrator
          Workspace migrator.
 

Uses of NodeMigrator in oracle.jdeveloper.model
 

Subclasses of NodeMigrator in oracle.jdeveloper.model
 class JProjectMigrator
          JProject migrator.
 


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.