Extension SDK 10.1.3.36.73

oracle.ide
Class IdeHook

java.lang.Object
  extended byjavax.ide.extension.ElementVisitor
      extended byjavax.ide.extension.ExtensionHook
          extended byoracle.ide.IdeHook
Direct Known Subclasses:
GalleryHandler

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()
           
 
Method Summary
static ElementName element(java.lang.String name)
          Create a new ElementName instance in the correct namespace for the specified local name.
 
Methods inherited from class javax.ide.extension.ExtensionHook
getExtension, getRSBundleClass, getSchemaLocation, resolvePath, setSchemaLocation
 
Methods inherited from class javax.ide.extension.ElementVisitor
end, 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()
Method Detail

element

public static final ElementName element(java.lang.String name)
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.

Extension SDK 10.1.3.36.73

 

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