Server Category

Identifier:
com.ps.consul.eclipse.ui.ServerCategory

Since:
4.0.18

Description:
Extension point to register server categories used with pure::variants.
The categories are shown on the "Known Server" page and used in the corresponding pure::variants connectors.

Configuration Markup:

<!ELEMENT extension (servercategory)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

Extension point for server categories.



<!ELEMENT servercategory EMPTY>

<!ATTLIST servercategory

id          CDATA #REQUIRED

name        CDATA #REQUIRED

icon        CDATA #IMPLIED

description CDATA #IMPLIED>

An additional category



Examples:
<servercategory description="Description of the server category" icon="Icon image location of the plugin" id="Id of the category" name="Name of the category to be shown in known server category"></servercategory>