Skip navigation links

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

E17493-04


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.


Nested Class Summary

 

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

 

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, getAttributeHelper, getClassLoader, getMetaClassLoader, getResourceBundle, getResourceBundleProvider, getTextHelper, log, log, setResourceBundleProvider, 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
11g Release 2 (11.1.2.3.0)

E17493-04


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