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
>
- key - A key that identifies the type of object being provided.
- class - The class of the object being provided.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]