Resource Handler

Identifier:
com.ibm.xtools.emf.core.resourceHandler

Since:
This extension point is new to Version 7.0.5.

Description:
For internal use only.

Configuration Markup:

<!ELEMENT extension (resourceHandler)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT resourceHandler EMPTY>

<!ATTLIST resourceHandler

class          CDATA #REQUIRED

contentTypeIds CDATA #REQUIRED>

Declares a ResourceHandler to perform post-load and pre-save modifications to a resource.



Examples:

   <extension
         point="com.ibm.xtools.emf.core.resourceHandler">
      <resourceHandler
            class="com.ibm.xtools.examples.ExampleResourceHandler">
      </resourceHandler>
   </extension>

API Information:
For internal use only.

Supplied Implementation:
None.


Licensed Materials - Property of IBM
Copyright IBM Corp. 2007, 2008. All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.