HCL Workload Automation, Version 9.4

TWSPlugin.properties

Describes the event management plug-in TWSPlugin.properties file.

TWSPlugin.properties is a properties file that is read by HCL Workload Automation when the plug-in is loaded.

When a plug-in project is created, it already contains a TWSPlugin.properties file set with the information collected from the new plug-in project wizard. You will not need to modify it unless any of the information is changed later.

TWSPlugin.properties defines the following configurable characteristics of the provider:

Example

This is a sample TWSPlugin.properties file for a plug-in named MailReader.

TWSPlugIn.name=MailReader
TWSPlugIn.type=event
TWSPlugIn.className=mycompany.mailreader.MailReaderPlugin