Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.migration
Class NodeMigratorHook

java.lang.Object
  extended by javax.ide.extension.ElementVisitor
      extended by javax.ide.extension.ExtensionHook
          extended by oracle.ide.extension.HashStructureHook
              extended by oracle.ide.migration.NodeMigratorHook

public class NodeMigratorHook
extends HashStructureHook


Nested Class Summary
static class NodeMigratorHook.MigratorType
           
 
Nested classes/interfaces inherited from class javax.ide.extension.ExtensionHook
ExtensionHook.URIResource
 
Nested classes/interfaces inherited from class javax.ide.extension.ElementVisitor
ElementVisitor.ResourceBundleProvider
 
Field Summary
static ElementName HOOK_NAME
           
 
Fields inherited from class javax.ide.extension.ExtensionHook
KEY_EXTENSION, KEY_RSBUNDLE_CLASS, MANIFEST_XMLNS
 
Fields inherited from class javax.ide.extension.ElementVisitor
KEY_LOCATOR
 
Constructor Summary
NodeMigratorHook()
           
 
Method Summary
static NodeMigratorHook getHook()
          Gets a HashStructureHook containing the "node-migrator-hook" declarations encountered in the extension manifests loaded by the ExtensionRegistry.
 java.util.List<NodeMigratorHelperReference> nodeMigrators(NodeMigratorHook.MigratorType migratorName)
           
 
Methods inherited from class oracle.ide.extension.HashStructureHook
addHashStructureHookListener, dispose, end, getExtensionId, getHashStructure, getOrderedElements, getText, removeHashStructureHookListener, start
 
Methods inherited from class javax.ide.extension.ExtensionHook
findPath, getExtension, getProvider, getRSBundleClass, getSchemaLocation, resolvePath, setProvider, setSchemaLocation
 
Methods inherited from class javax.ide.extension.ElementVisitor
getAttributeHelper, getClassLoader, getMetaClassLoader, getResourceBundle, getResourceBundleProvider, getTextHelper, log, log, setResourceBundleProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOOK_NAME

public static final ElementName HOOK_NAME
Constructor Detail

NodeMigratorHook

public NodeMigratorHook()
Method Detail

getHook

public static NodeMigratorHook getHook()
Gets a HashStructureHook containing the "node-migrator-hook" declarations encountered in the extension manifests loaded by the ExtensionRegistry.

Returns:
the "node-migrator-hook" declarations encountered in the extension manifests.

nodeMigrators

public java.util.List<NodeMigratorHelperReference> nodeMigrators(NodeMigratorHook.MigratorType migratorName)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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