com.ps.consul.eclipse.ui.checks.category

Identifier:
com.ps.consul.eclipse.ui.checks.CheckCategory

Since:
2.x

Description:
This extension point is used to add a new check category.
There are Model Checks category and Element Checks category .
The model checks category includes only checks for models.
The element checks category includes only checks for model elements.
If a check have no category, it is indicated in Other Checks category.

Configuration Markup:

<!ELEMENT extension (category*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

Extension point for additional checks category.



<!ELEMENT category EMPTY>

<!ATTLIST category

id          CDATA #REQUIRED

name        CDATA #REQUIRED

category    CDATA #IMPLIED

description CDATA #IMPLIED>

A check category.



Examples:
<extension point="com.ps.consul.eclipse.checks.CheckCategory">
     [<Category
            name="unique name of the category, e.g. Feature Model Element Checks"
            parent="name of the parent category, e.g. Model Checks"
            description="description of the category"/>]
</extension>