oracle.ide.config
Class IdeSettingsMigrator
java.lang.Object
|
+--oracle.ide.migration.XMLMigrator
|
+--oracle.ide.config.IdeSettingsMigrator
- All Implemented Interfaces:
- oracle.ide.migration.Migrator
- public final class IdeSettingsMigrator
- extends oracle.ide.migration.XMLMigrator
Fields inherited from interface oracle.ide.migration.Migrator |
JDEV_HOME_DIR, SYSTEM_DIR |
Method Summary |
protected java.lang.Object |
adjustObject(java.io.File sourceDir,
java.io.File destDir,
java.lang.Object obj)
Perform any postprocessing necessary before migrating the file. |
java.lang.String |
getDescription(int category)
|
protected java.lang.String |
getFileName()
|
protected java.lang.String |
getNamespaceURI()
|
protected java.lang.String |
getRootTag()
|
protected void |
prepareToMigrate()
|
Methods inherited from class oracle.ide.migration.XMLMigrator |
canMigrate, categoryToIndex, getDestFile, getLogger, getMigrationCategories, getObjectStore, getSourceFile, isAnyCategorySelected, isSelected, isValidCategory, migrate, readObject, setSelected, writeObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDE_SETTINGS
public static final int IDE_SETTINGS
IdeSettingsMigrator
public IdeSettingsMigrator()
adjustObject
protected java.lang.Object adjustObject(java.io.File sourceDir,
java.io.File destDir,
java.lang.Object obj)
throws java.lang.Exception
- Perform any postprocessing necessary before migrating the file.
- Overrides:
adjustObject
in class oracle.ide.migration.XMLMigrator
getDescription
public java.lang.String getDescription(int category)
- Overrides:
getDescription
in class oracle.ide.migration.XMLMigrator
getFileName
protected java.lang.String getFileName()
- Overrides:
getFileName
in class oracle.ide.migration.XMLMigrator
getNamespaceURI
protected java.lang.String getNamespaceURI()
- Overrides:
getNamespaceURI
in class oracle.ide.migration.XMLMigrator
getRootTag
protected java.lang.String getRootTag()
- Overrides:
getRootTag
in class oracle.ide.migration.XMLMigrator
prepareToMigrate
protected void prepareToMigrate()
- Overrides:
prepareToMigrate
in class oracle.ide.migration.XMLMigrator