public class ExcludeFilterSettingsMigrator extends ExtensionMigrator
ExtensionMigrator.AdjustedObjectisSelected, ROOT_TAG, SETTINGSJDEV_HOME_DIR, SYSTEM_DIR| Constructor and Description |
|---|
ExcludeFilterSettingsMigrator() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
addToProductPreferences()
Determines whether the migrated preferences should be added into the Preferences object or remain separate.
|
protected ExtensionMigrator.AdjustedObject[] |
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.
|
protected java.lang.String |
getExtensionID()
Get the extension ID for which settings should be persisted.
|
protected java.util.List |
getSettingKeys()
Get a complete list of all key values for persisting in the ClientSetting object associated with an extension.
|
protected java.io.File |
getSourceFile(java.io.File sourceDir)
Get the source File from the given directory.
|
canMigrate, copyPreferenceObject, copyPreferenceObjectsAsIs, getClassNamesToIgnoreErrorsOn, getDescription, getDestFile, getIde1013ExtensionDirectory, getMigrationCategories, getMigratorClassLoader, getRootTag, getSourceFileOrJDevExtrasFile, isSelected, loadClass, migrate, setSelectedprotected java.util.List getSettingKeys()
ExtensionMigratorgetSettingKeys in class ExtensionMigratorprotected java.lang.String getExtensionID()
ExtensionMigratorgetExtensionID in class ExtensionMigratorprotected java.io.File getSourceFile(java.io.File sourceDir)
ExtensionMigratorgetSourceFile in class ExtensionMigratorsourceDir - the source directory.protected boolean addToProductPreferences()
ExtensionMigratoraddToProductPreferences in class ExtensionMigratorprotected ExtensionMigrator.AdjustedObject[] adjustObject(java.lang.String inKey, java.lang.Object inObject)
ExtensionMigratoradjustObject in class ExtensionMigrator