Provider

net.refractions.udig.project.provider

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

Extensions of this point are used to provide object instances. Providers must declare the type of object they provide, and an optional key which identifies the object type.

<!ELEMENT extension (provider+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT provider EMPTY>

<!ATTLIST provider

key   CDATA #IMPLIED

class CDATA #REQUIRED>


[Enter extension point usage example here.]

[Enter API information here.]

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