| Package | Description |
|---|---|
| oracle.ide.migration |
Contains API classes for support the migration of Node types and user
preferences in the system directory.
|
| Modifier and Type | Field and Description |
|---|---|
static MigrationInfo.VersionStatus |
MigrationInfo.VERSION_CURRENT
Vesion status indicating the node version is the same as the current
node version.
|
static MigrationInfo.VersionStatus |
MigrationInfo.VERSION_NEWER
Vesion status indicating the node version is newer that the current
node version.
|
static MigrationInfo.VersionStatus |
MigrationInfo.VERSION_OLDER
Vesion status indicating the node version is older that the current
node version.
|
static MigrationInfo.VersionStatus |
MigrationInfo.VERSION_UNKNOWN
Vesion status indicating the node version could not be determined.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MigrationInfo.setVersionStatusDirectly(MigrationInfo.VersionStatus versionStatus) |