Resources referencing MMI References
Identifier:
com.ibm.xtools.mmi.core.MMIReferencingResources
Since:
This extension point is new to Version 7.0.
Description:
This extension point is used to specify resources that make reference to MMI resources. MMIReferencingResources will be considered by MMI's refactoring mechanism.
Configuration Markup:
<!ELEMENT extension (contentType*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT contentType EMPTY>
<!ATTLIST contentType
id CDATA #REQUIRED>
- id - Unique identifier of the content type.
Examples:
Following is an example of defining the com.mycompany.myplugin.mmiReferencingContentType content type as a MMI Referencing Resource.
<extension
id="MMI Referencing Resources"
point="com.ibm.xtools.mmi.core.MMIReferencingResources">
<contentType id="com.mycompany.myplugin.mmiReferencingContentType"/>
</extension>
API Information:
N/A
Supplied Implementation:
The internal implementation is com.ibm.xtools.mmi.core.internal.resources.MMIReferencersRegistry.
Copyright (c) 2004, 2018 Model RealTime, HCL and others. All Rights Reserved.