See: Description
| Interface | Description |
|---|---|
| Migrator |
The Migrator interface is used for migrating user customizable settings from
previous installations of JDeveloper to the user home of a new installation.
|
| Class | Description |
|---|---|
| ExtensionMigrator |
Migrator implementation for extensions.
|
| ExtensionMigrator.AdjustedObject | |
| MigrationInfo |
Version of information about a node requiring migration.
|
| MigrationInfo.ErrorInformation | |
| MigrationInfo.MigrationStatus |
Status class used to define the outer class migration status enums.
|
| MigrationInfo.Status |
Base status class.
|
| MigrationInfo.VersionStatus |
Status class used to define the outer class version status enums.
|
| MigrationManager |
The MigrationManager class provides access to the registered Migrator
implementations available.
|
| MigrationPanel |
An abstract class that extends DefaultTraversablePanel.
|
| MigrationPanel.ResultData |
Inner class used by
NodeMigratorHelper to return migration
results from the getPages method. |
| MigrationWizard |
The class that runs the Migration Wizard where users can migration
workspaces, projects, or IDE settings from an older version of JDeveloper
to a newer version.
|
| NodeMigrator |
The NodeMigrator class is used for migrating nodes from previous
versions of JDeveloper to a new JDeveloper version.
|
| NodeMigratorHelper |
NodeMigratorHelper should be implemented by addins that need to
migrate documents from previous versions of JDeveloper
to a new JDeveloper version.
|
| NodeMigratorHelperReference | |
| NodeMigratorHook | |
| XMLMigrator |
The XMLMigrator is a base implementation of a first phase Migrator which
operates upon an XML file.
|
| XMLMigrator.MigrationLogger |
| Enum | Description |
|---|---|
| MigrationInfo.ErrorInformation.ActionType | |
| NodeMigratorHook.MigratorType |
Related Documentation
See Extending JDeveloper Using the Addin API for additional details.