Extension SDK

oracle.jdeveloper.library
Class LibraryMigrator

java.lang.Object
  |
  +--oracle.ide.migration.XMLMigrator
        |
        +--oracle.jdeveloper.library.LibraryMigrator
All Implemented Interfaces:
oracle.ide.migration.Migrator

public class LibraryMigrator
extends oracle.ide.migration.XMLMigrator


Fields inherited from interface oracle.ide.migration.Migrator
JDEV_HOME_DIR, SYSTEM_DIR
 
Constructor Summary
LibraryMigrator()
           
 
Method Summary
protected  java.lang.Object adjustObject(java.io.File sourceDir, java.io.File destDir, java.lang.Object obj)
           
 java.lang.String getDescription(int category)
           
protected  java.lang.String getFileName()
           
protected  java.lang.String getNamespaceURI()
           
protected  java.lang.String getRootTag()
           
 
Methods inherited from class oracle.ide.migration.XMLMigrator
canMigrate, categoryToIndex, getDestFile, getLogger, getMigrationCategories, getObjectStore, getSourceFile, isAnyCategorySelected, isSelected, isValidCategory, migrate, prepareToMigrate, readObject, setSelected, writeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibraryMigrator

public LibraryMigrator()
Method Detail

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

getDescription

public java.lang.String getDescription(int category)
Overrides:
getDescription in class oracle.ide.migration.XMLMigrator

adjustObject

protected java.lang.Object adjustObject(java.io.File sourceDir,
                                        java.io.File destDir,
                                        java.lang.Object obj)
                                 throws java.lang.Exception
Overrides:
adjustObject in class oracle.ide.migration.XMLMigrator

Extension SDK