Plug-ins
The plugins element contains all the definitions for aliases and configuration details for plugins, such as Record Comparators or Layout Matchers, to be referenced in by simple mnemocics.
The following elements configure plugins:
| Element | Type | Purpose | Default |
|---|---|---|---|
| plugin | element | Defines a Plug-in |
Plugin Element
The plugin element defines a Plug-in. The following elements configure the plugin:
| Element | Type | Purpose | Default |
|---|---|---|---|
| name | string | The unique identifier for the plugin | |
| type | string | The plugin type. Refer to Plug-In type for detailed description. | |
| assembly | string | Path of the DLL assembly | |
| class | string | The name of the class to use |
Plug-in Type
| Value | Description |
|---|---|
| LayoutMatch | Layout Matcher |
| ColumnComparator | Column Comparator |
| ColumnConverter | Column Converter |
| ColumnMatcher | Column Matcher |
| RecordComparator | Record Comparator |
| Script | User Script |
| FileEditor | File Editor |
| UserField | User Field Type |
| Task | User Task |