| Package | Description | 
|---|---|
| oracle.ide.dialogs.filter | |
| oracle.ide.migration | 
 Contains API classes for support the migration of Node types and user
preferences in the system directory. 
 | 
| oracle.jdeveloper.vcs.migrate | 
 Contains classes which ease the migration of legacy version control extensions. 
 | 
| oracle.jdevimpl.audit.preferences | 
| Modifier and Type | Method and Description | 
|---|---|
protected ExtensionMigrator.AdjustedObject[] | 
ExcludeFilterSettingsMigrator.adjustObject(java.lang.String inKey,
            java.lang.Object inObject)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ExtensionMigrator.AdjustedObject[] | 
ExtensionMigrator.adjustObject(java.lang.String inKey,
            java.lang.Object inObject)
Override to adjust an object in some way after it has been created
 by Object2Dom and before it's either saved in the Preferences 
 or ClientSetting object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected ExtensionMigrator.AdjustedObject[] | 
VCSPropertyMapMigrator.adjustObject(java.lang.String inKey,
            java.lang.Object inObject)  | 
protected abstract ExtensionMigrator.AdjustedObject[] | 
VCSPropertyMapMigrator.adjustPropertyMap(java.lang.String inKey,
                 VCSPropertyMap properties)  | 
protected ExtensionMigrator.AdjustedObject[] | 
VCSPropertyMapMigrator.createAdjustedCommentTemplatesObject(VCSPropertyMap propertyMap)  | 
protected ExtensionMigrator.AdjustedObject[] | 
VCSPropertyMapMigrator.createAdjustedCustomizerObject(VCSPreferences prefs,
                              VCSPropertyMap propertyMap)
Enables a sub-class of VCSPreferences to be used 
 | 
protected ExtensionMigrator.AdjustedObject[] | 
VCSPropertyMapMigrator.createAdjustedCustomizerObject(VCSPropertyMap propertyMap)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ExtensionMigrator.AdjustedObject[] | 
AuditPreferencesMigrator.adjustObject(java.lang.String key,
            java.lang.Object object)
Unset any migrated values that are at the default values. 
 |