JSRuntimeType
Identifier:
org.eclipse.wst.jsdt.core.JSRuntimeType
Since:
2.0
Description:
Contributes the definition of a valid JavaScript runtime type to identify a group of JavaScript runtime installs.
Giving a valid runtime type using this extension point will enable the org.eclipse.wst.jsdt.core.JSRuntimeInstallProvider to properly work.
Configuration Markup:
<!ELEMENT extension (runtimeType)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT runtimeType EMPTY>
<!ATTLIST runtimeType
id CDATA #REQUIRED
class CDATA #REQUIRED>
- id -
- class - The class that implements this JavaScript Runtime type. The class must extend AbstractJSRuntimeType.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]