Extension SDK 10.1.2

Uses of Interface
oracle.ide.migration.Migrator

Packages that use Migrator
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.ide.migration   
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
 

Uses of Migrator in oracle.ide.config
 

Classes in oracle.ide.config that implement Migrator
 class DTCacheMigrator
           
 class IdeSettingsMigrator
          Migrator responsible for migrating user IDE settings from a previous installation to the current installation.
 

Uses of Migrator in oracle.ide.migration
 

Classes in oracle.ide.migration that implement Migrator
 class XMLMigrator
          The XMLMigrator is a base implementation of a first phase Migrator which operates upon an XML file.
 

Methods in oracle.ide.migration that return Migrator
abstract  Migrator MigrationManager.getMigrator(java.lang.Class migratorCls)
          Get the Migrator instance of the given Class.
 

Uses of Migrator in oracle.ide.model
 

Classes in oracle.ide.model that implement Migrator
 class IdeSystemMigrator
           
 

Uses of Migrator in oracle.jdeveloper.library
 

Classes in oracle.jdeveloper.library that implement Migrator
 class LibraryMigrator
           
 


Extension SDK

 

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