|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.ide.migration.NodeMigrator
oracle.ide.model.HashStructureNodeMigrator
oracle.ide.model.WorkspaceMigrator
Workspace migrator. To lookup this migrator use the method
NodeMigrator.getNodeMigrator(java.lang.String) specifying the name
identifier: MIGRATOR_NAME.
| Field Summary | |
static java.lang.String |
MIGRATOR_NAME
String identifier used to lookup a specific node migrator. |
| Fields inherited from class oracle.ide.migration.NodeMigrator |
MIGRATOR_MAP_DATA |
| Constructor Summary | |
WorkspaceMigrator()
|
|
| Method Summary | |
protected NodeMigratorHelper[] |
getHelpers(MigrationInfo info)
Get the NodeMigratorHelpers that are newer than the version
number stored in the project file. |
MigrationInfo |
getMigrationInfo(Node node)
Get the current MigrationInfo for the specified node. |
protected java.lang.String |
getMsg(MigrationInfo[] infos)
Get the wizard welcome page message. |
java.util.List |
getPages(MigrationInfo[] infos,
TraversableContext context)
Get the list of wizard pages associated with the specified infos. |
protected java.lang.String |
getSummaryMsg(MigrationInfo[] infos)
Get the message for the wizard summary page. |
protected java.lang.String |
getTitle()
Get the wizard title. |
| Methods inherited from class oracle.ide.migration.NodeMigrator |
addHelper, callHelperMigrate, callHelpersMigrate, checkVersions, doMigration, doMigration, finishMigration, getHelpers, getInfoToMigratorMap, getLookupKey, getMigrationInfos, getNodeMigrator, invokeWizard, mapInfoToMigrator, migrate, migrate, removeHelper |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String MIGRATOR_NAME
| Constructor Detail |
public WorkspaceMigrator()
| Method Detail |
public java.util.List getPages(MigrationInfo[] infos,
TraversableContext context)
NodeMigratorinfos. Clients must use the context object
to store the data diplayed in these pages.
getPages in class NodeMigratorinfos - migration information about the nodes to migrate. All nodes
must be of the same type.context - use the context to store the data gathered from the
pages.
protected java.lang.String getMsg(MigrationInfo[] infos)
NodeMigrator
getMsg in class NodeMigratorprotected java.lang.String getTitle()
NodeMigrator
getTitle in class NodeMigratorprotected java.lang.String getSummaryMsg(MigrationInfo[] infos)
NodeMigrator
getSummaryMsg in class NodeMigratorpublic MigrationInfo getMigrationInfo(Node node)
NodeMigratorMigrationInfo for the specified node.
getMigrationInfo in class NodeMigratornode - the target node for which migration information is being
requested.protected NodeMigratorHelper[] getHelpers(MigrationInfo info)
NodeMigratorNodeMigratorHelpers that are newer than the version
number stored in the project file.
getHelpers in class NodeMigrator
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.