SCA Tools extension for SCA specifications
Identifier:
org.eclipse.soa.sca.core.common.org.eclipse.soa.sca.common.utilities
Since:
SCA Tools 2.2.0
Description:
This extension-point allows to easily register and integrate utilities for a given SCA specification. The contributions are integrated in a common user interface. Thus, the tooling always shows the same UI but the handler which is used behind is selected from the contributor which was registered. Utilities include wizards to create a composite file, a SCA diagram or an extension to validate SCA artifacts.
Configuration Markup:
<!ELEMENT extension (SpecificationExtension)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT SpecificationExtension EMPTY>
<!ATTLIST SpecificationExtension
specification-id CDATA #REQUIRED
class CDATA #REQUIRED
>
Adds support for a version of the SCA specification in the tooling.
- specification-id - The version ID of the SCA specification (e.g. "1.0").
- class - This class is used to register extensions for a given version of the SCA extensions.
Examples: populate the creation wizard for composites, extend the validation of SCA artifacts, etc.
Examples:
[Enter extension point usage example here.]
API Information:
This extension-point is not yet API.
It may change in future versions.
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]
Copyright (c) 2010-2011, EBM WebSourcing