4.0

Table Of Contents
Attributes Value Description
icon
Image file Icon that represents the plug-in in the Orchestrator configuration interface.
Mandatory attribute.
adaptor-class
Java class Implementation of the IConfigurationAdaptor Java interface that defines the
actions to perform in the configuration interface. Mandatory attribute.
configuration-war
WAR archive Web application archive (war file) that contains the components of the Web
application that implements the adapter class. The pages of the Web application
appear in the configuration interface. Optional attribute.
validation
enabled or
disabled
Validates the configuration against a function that you define in the adapter
class. Optional attribute.
Table 7-10. Element Hierarchy
Parent Element Child Element
<module> None
description Element
The <description> elements provide descriptions of the elements of the plug-in that appear in the API Explorer
documentation.
You add the text that appears in the API Explorer documentation between the <description> and
</description> tags.
The <description> element is optional. The <description> element has no attributes.
Table 7-11. Element Hierarchy
Parent Elements Child Elements
n
<module>
n
<example>
n
<trigger>
n
<gauge>
n
<finder>
n
<constructor>
n
<method>
n
<object>
n
<enumeration>
None
deprecated Element
The <deprecated> element marks objects and methods that are deprecated in the API Explorer documentation.
You add the text that appears in the API Explorer documentation between the <deprecated> and
</deprecated> tags.
The <deprecated> element is optional. The <deprecated> element has no attributes.
Table 7-12. Element Hierarchy
Parent Elements Child Elements
n
<method>
n
<object>
None
Chapter 7 Developing Plug-Ins
VMware, Inc. 231