Scanner configuration discovery profile options page
Identifier:
org.eclipse.cdt.make.ui.DiscoveryProfilePage
Since:
[Enter the first release in which this extension point appears.]
Description:
A
Configuration Markup:
<!ELEMENT extension (profilePage+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
An extension to define implementation of a SCD profile options page.
<!ELEMENT profilePage EMPTY>
<!ATTLIST profilePage
name CDATA #REQUIRED
profileId CDATA #REQUIRED
class CDATA #REQUIRED>
Element defines a class that implements SCD profile options page for a profile with specified id.
- name - Page name.
- profileId - Associated profile id.
- class - A class that extends AbstractDiscoveryPage abstract class.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]