Versions Compared

Key

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

What

ModuleDescriptors.xml

Config group

SystemConfigFiles

Required

yes

Description

Registers the available modules to the system

schema location

http://fews.wldelft.nl/schemas/version1.0/moduleDescriptors.xsd

Module descriptors are obsolete since FEWS 2013.02. The module that should be executed is recognized by the schema (xsd) in the config file. For modules with no or optional config the predefinedActivity can be used in a workflow xml

Note

Only expert users should attempt to make changes in this configuration file. Mistakes can compromise the functionality of the complete system.

...


Figure 21 Elements in the ModuleDescriptors configuration

moduleDescriptor

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

...

  • Id: Id or Name of the module
description

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

className

Java class called when running the module as referenced by its Id. NOTE; this class must implement the DELFT-FEWS module plug-in interface.