Resource Factory Association (Internal)
Identifier:
org.eclipse.wst.common.modulecore.resourceFactories
Since:
[Enter the first release in which this extension point appears.]
Description:
An *internal* extension point that declares an association between a short-segment filename and a Resource.Factory.
Configuration Markup:
<!ELEMENT extension (resourceFactory)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT resourceFactory EMPTY>
<!ATTLIST resourceFactory
class CDATA #REQUIRED
shortSegment CDATA #REQUIRED>
Associates a short name (e.g. "web.xml") with the appropriate Resource.Factory to create the Resource type when loading files of the declared shortname.
- class - Declares an implementation of
org.eclipse.emf.ecore.resource.Resource.Factory
.
- shortSegment - Declares the short segment of a filename that the resource factory applies to (e.g. "web.xml").
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]