Skip navigation links

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

E13403-06


oracle.ide.extension
Class ExtensionProcessorContext

java.lang.Object
  extended by oracle.ide.extension.ExtensionProcessorContext


public abstract class ExtensionProcessorContext
extends java.lang.Object

The context in which an extension manifest is being processed. This context is passed to all methods in the ExtensionProcessorPlugin class.

This class is not intended for subclassing by extension developers.

Since:
11.1.1

Constructor Summary
ExtensionProcessorContext()
           

 

Method Summary
abstract  java.lang.String getExtensionId()
          Returns the id of the extension being processed.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ExtensionProcessorContext

public ExtensionProcessorContext()

Method Detail

getExtensionId

public abstract java.lang.String getExtensionId()
Returns the id of the extension being processed.
Returns:
the id of the extension being processed.

Skip navigation links

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

E13403-06


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