Adapter Factory Extension
Identifier:
com.ibm.etools.emf.workbench.adapterFactory
Since:
[Enter the first release in which this extension point appears.]
Description:
This is used to register an adapter factory with the dynamic adapter factory.
Configuration Markup:
<!ELEMENT extension (adapterFactory+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT adapterFactory (view*)>
<!ATTLIST adapterFactory
packageURI CDATA #REQUIRED
className CDATA #REQUIRED
id CDATA #REQUIRED
functionGroupID CDATA #IMPLIED>
Defines the Adapter Factory being added. All added Adapter Factories are queriable whenever their Function Group and optional Viewer Id are specified.
- packageURI - The package URI that you are extending (for example "ejb.xmi")
- className - The fully qualified name of the class which implements org.eclipse.emf.common.notify.AdapterFactory.
- id - The Unique identifier of the Adapter Factory extension. This will associate it with one or more function groups based on the function group patterns. Function Groups allow Content and Actions to be enabled or disabled based on project-specific information. Generally, they are used by vendors who wish to add functionality specific to their products, e.g. J2EE Application Servers.
- functionGroupID -
<!ELEMENT view EMPTY>
<!ATTLIST view
id CDATA #REQUIRED>
- id - An optional viewer Id which will limit the invocation of the defined Adapter Factory to the given viewer id.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]