Provider

Identifier:
net.refractions.udig.project.provider

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

Description:
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.

Configuration Markup:

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


Examples:
[Enter extension point usage example here.]

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