Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Interface
oracle.ide.migration.Migrator

Packages that use Migrator
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
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. 
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
oracle.jdevimpl.audit.profile   
oracle.jdevimpl.bookmarks   
 

Uses of Migrator in oracle.ide.ceditor
 

Classes in oracle.ide.ceditor that implement Migrator
 class CodeEditorMigrator
          The CodeEditorMigrator migrates the code editor's options from IdeSettings over to ClientSettings.
 

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 ExtensionMigrator
          Migrator implementation for extensions.
 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
           
 class UserPropertiesMigrator
          Migrates the Project user properties.
 

Uses of Migrator in oracle.jdeveloper.library
 

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

Uses of Migrator in oracle.jdevimpl.audit.profile
 

Classes in oracle.jdevimpl.audit.profile that implement Migrator
 class ProfileMigrator
          A migrator for Audit profiles.
 

Uses of Migrator in oracle.jdevimpl.bookmarks
 

Classes in oracle.jdevimpl.bookmarks that implement Migrator
 class BookmarkMigrator
          The BookmarkMigrator migrates the bookmark's options from IdeSettings over to ClientSettings.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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