Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.jdevimpl.bookmarks
Class BookmarkMigrator

java.lang.Object
  extended by oracle.ide.migration.ExtensionMigrator
      extended by oracle.jdevimpl.bookmarks.BookmarkMigrator
All Implemented Interfaces:
Migrator

public class BookmarkMigrator
extends ExtensionMigrator

The BookmarkMigrator migrates the bookmark's options from IdeSettings over to ClientSettings.


Field Summary
 
Fields inherited from class oracle.ide.migration.ExtensionMigrator
isSelected, SETTINGS
 
Fields inherited from interface oracle.ide.migration.Migrator
JDEV_HOME_DIR, SYSTEM_DIR
 
Constructor Summary
BookmarkMigrator()
           
 
Method Summary
protected  java.lang.String getExtensionID()
          Our extension ID we store settings with.
protected  java.util.List getSettingKeys()
          Fetches the key settings that should be migrated to ClientSettings.
 
Methods inherited from class oracle.ide.migration.ExtensionMigrator
canMigrate, copyPreferenceObjectsAsIs, getDescription, getDestFile, getMigrationCategories, getSourceFile, isSelected, migrate, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarkMigrator

public BookmarkMigrator()
Method Detail

getExtensionID

protected java.lang.String getExtensionID()
Our extension ID we store settings with.

Specified by:
getExtensionID in class ExtensionMigrator
Returns:
an extension ID. Must not return null.

getSettingKeys

protected java.util.List getSettingKeys()
Fetches the key settings that should be migrated to ClientSettings.

Specified by:
getSettingKeys in class ExtensionMigrator
Returns:
a list of String keys.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.