Service Providers
Identifier:
org.eclipse.ptp.services.core.providers
Since:
[Enter the first release in which this extension point appears.]
Description:
Extension point to specify alternate providers for services.
Configuration Markup:
<!ELEMENT extension (provider)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT provider EMPTY>
<!ATTLIST provider
id CDATA #REQUIRED
name CDATA #REQUIRED
serviceId CDATA #REQUIRED
class CDATA #REQUIRED
priority CDATA #IMPLIED>
- id - a unique identifier for this service provider
- name - a human readable name for the service
- serviceId - the ID of the service this provider is for.
- class - a fully qualified name of the Java class implementing org.eclipse.ptp.services.core.IServiceProvider.
- priority - a priority for the provider - lower values indicated a higher priority.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]