Skip navigation links

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

E13403-10


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.

Skip navigation links

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

E13403-10


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