Tool Chain Provider

Identifier:
org.eclipse.cdt.core.ToolChainProvider

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

Description:
A toolchain provider provides automatically discovered toolchains when requested. Providers have enablement to make sure they aren't called unless there's a good chance they have toolchains to offer.

Configuration Markup:

<!ELEMENT extension (provider , type)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT provider EMPTY>

<!ATTLIST provider

id    CDATA #REQUIRED

class CDATA #REQUIRED>


<!ELEMENT type EMPTY>

<!ATTLIST type

id   CDATA #REQUIRED

name 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.]