Resource Factory Association (Internal)

org.eclipse.wst.common.modulecore.resourceFactories

[Enter the first release in which this extension point appears.]

An *internal* extension point that declares an association between a short-segment filename and a Resource.Factory.

<!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.



[Enter extension point usage example here.]

[Enter API information here.]

[Enter information about supplied implementation of this extension point.]