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 (contentTypeBinding?)>

<!ATTLIST resourceFactory

class        CDATA #REQUIRED

shortSegment CDATA #REQUIRED

isDefault    (true | false) "true">

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.



<!ELEMENT contentTypeBinding EMPTY>

<!ATTLIST contentTypeBinding

contentTypeId CDATA #REQUIRED>

Advertises that the containing editor understands the given content type and is suitable for editing files of that type.



[Enter extension point usage example here.]

[Enter API information here.]

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