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

E13403-05

oracle.ide
Class IdeHook

java.lang.Object
  extended by javax.ide.extension.ElementVisitor
      extended by javax.ide.extension.ExtensionHook
          extended by oracle.ide.IdeHook

Deprecated. since 11.0. Use ExtensionHook instead.

public class IdeHook
extends ExtensionHook

An IdeHook is the handler for a hook in the Oracle IDE specific part of the extension manifest. Extension developers should use the standard JSR-198 ExtensionHook.


Field Summary
 
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
IdeHook()
          Deprecated.  
 
Method Summary
static ElementName element(java.lang.String name)
          Deprecated. Create a new ElementName instance in the correct namespace for the specified local name.
 
Methods inherited from class javax.ide.extension.ExtensionHook
findPath, getExtension, getProvider, getRSBundleClass, getSchemaLocation, resolvePath, setProvider, setSchemaLocation
 
Methods inherited from class javax.ide.extension.ElementVisitor
end, getClassLoader, getResourceBundle, log, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdeHook

public IdeHook()
Deprecated. 
Method Detail

element

public static final ElementName element(java.lang.String name)
Deprecated. 
Create a new ElementName instance in the correct namespace for the specified local name.

Parameters:
name - the local name of an ide hook element.
Returns:
a fully qualified name for the element.

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.