Services

Identifier:
org.eclipse.ptp.services.core.services

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

Description:
Used to define a service. This extension point is intended to allow certain services to be abstracted. For example, to provide remote implementations of project build services.

Configuration Markup:

<!ELEMENT extension (service)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT service (nature)*>

<!ATTLIST service

id                CDATA #REQUIRED

name              CDATA #REQUIRED

priority          CDATA #IMPLIED

categoryId        CDATA #IMPLIED

nullProviderClass CDATA #IMPLIED>


<!ELEMENT nature EMPTY>

<!ATTLIST nature

id CDATA #REQUIRED>


Examples:
[Enter extension point usage example here.]

API Information:
[Enter API information here.]

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