|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.model.UserPropertiesMigrator
public final class UserPropertiesMigrator
Migrates the Project user properties.
| Field Summary |
|---|
| Fields inherited from interface oracle.ide.migration.Migrator |
|---|
JDEV_HOME_DIR, SYSTEM_DIR |
| Constructor Summary | |
|---|---|
UserPropertiesMigrator() |
|
| Method Summary | |
|---|---|
boolean |
canMigrate(int category, java.io.File sourceDir)Determine whether a given category can be migrated from a given directory. |
java.lang.String |
getDescription(int category)Get a one line description for a given migration category. |
int[] |
getMigrationCategories()Get an array of unique id values representing available categories to migrate. |
boolean |
isSelected(int category)Determine whether a category has been flagged for migration. |
java.lang.String[] |
migrate(java.io.File srcDir, java.io.File dstDir)Migrate all flagged categories, from a given source directory, to a given destination directory. |
void |
setSelected(int category, boolean selected)Flag a category as selected for migration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserPropertiesMigrator()
| Method Detail |
|---|
public int[] getMigrationCategories()
MigratorgetMigrationCategories in interface Migratorpublic java.lang.String getDescription(int category)
MigratorgetDescription in interface Migrator
public boolean canMigrate(int category,
java.io.File sourceDir)
MigratorcanMigrate in interface Migrator
public void setSelected(int category,
boolean selected)
MigratorsetSelected in interface Migratorpublic boolean isSelected(int category)
MigratorisSelected in interface Migrator
public java.lang.String[] migrate(java.io.File srcDir,
java.io.File dstDir)
Migratormigrate in interface Migrator
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||