|
Extension SDK 10.1.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.ide.migration.MigrationManager
The MigrationManager class provides access to the registered Migrator implementations available. The lifespan of the MigrationManager is limited to the point immediately after IDE notification of addins loaded.
| Constructor Summary | |
MigrationManager()
|
|
| Method Summary | |
static MigrationManager |
getMigrationManager()
Gets the MigrationMananger instance. |
abstract Migrator |
getMigrator(java.lang.Class migratorCls)
Get the Migrator instance of the given Class. |
abstract java.util.List |
getMigrators()
Get a List of all Migrator implementations. |
abstract java.io.File |
getOracleHomeDirectory(java.io.File systemDir)
Get the Oracle products install directory used by the version of the IDE whose 'System' directory is provided. |
static void |
setMigrationManager(MigrationManager migrationManager)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MigrationManager()
| Method Detail |
public static MigrationManager getMigrationManager()
public static void setMigrationManager(MigrationManager migrationManager)
public abstract java.util.List getMigrators()
public abstract Migrator getMigrator(java.lang.Class migratorCls)
public abstract java.io.File getOracleHomeDirectory(java.io.File systemDir)
|
Extension SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2004, Oracle. All rights reserved.