Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1.6             Module Descriptors

The module descriptors is used to register module plug-ins that can be used in workflows. The module descriptors define the name of the module and the associated Java class to call. This class must implement the module plug-in interface for it to work within DELFT-FEWS. All modules that are included in the distribution of DELFT-FEWS are registered in the Module Descriptors. When available on the file system, the name of the XML file is for example:

...

default                                       Flag to indicate the version is the default configuration (otherwise omitted).

Image Added
Figure 21 Elements in the ModuleDescriptors configuration

...

Root element of the module descriptor configuration. One entry is required for each module defined.

Attributes;-         

  • Id: Id or Name of the module
description

Optional description of the module. This is used for reference only.

...