|
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.jdevimpl.audit.profile.ProfileMigrator
public class ProfileMigrator
A migrator for Audit profiles.
| Field Summary |
|---|
| Fields inherited from interface oracle.ide.migration.Migrator |
|---|
JDEV_HOME_DIR, SYSTEM_DIR |
| Constructor Summary | |
|---|---|
ProfileMigrator() |
|
| Method Summary | |
|---|---|
boolean |
accept(java.net.URL url) |
boolean |
canMigrate(int category, java.io.File sourceSystemDir)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 sourceSystemDir, java.io.File targetSystemDir)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 |
| Methods inherited from interface oracle.ide.net.URLFilter |
|---|
equals, toString |
| Constructor Detail |
|---|
public ProfileMigrator()
| Method Detail |
|---|
public int[] getMigrationCategories()
MigratorgetMigrationCategories in interface Migrator
public boolean canMigrate(int category,
java.io.File sourceSystemDir)
MigratorcanMigrate in interface Migratorpublic java.lang.String getDescription(int category)
MigratorgetDescription in interface Migratorpublic boolean isSelected(int category)
MigratorisSelected in interface Migrator
public void setSelected(int category,
boolean selected)
MigratorsetSelected in interface Migrator
public java.lang.String[] migrate(java.io.File sourceSystemDir,
java.io.File targetSystemDir)
Migratormigrate in interface Migratorpublic boolean accept(java.net.URL url)
accept in interface URLFilterurl - The URL that is being filtered.true if this filter allows the specified URL is allowed to be displayed or included. Returns false otherwise.
|
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 | |||||||||