Interface IModuleVisitor

All Known Subinterfaces:
IModuleCache
All Known Implementing Classes:
ModuleCache, ModuleVisitor, ReportingModuleVisitor

public interface IModuleVisitor
This visitor is used during initialization to gather the module definitions of the modules that are used by an application.
Since:
7.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addModule(IModuleDS datasource)
    This method should be invoked for each module that is used by the application.
  • Method Details

    • addModule

      void addModule(IModuleDS datasource)
      This method should be invoked for each module that is used by the application.
      Parameters:
      datasource - The data source providing the information needed to initialize the module.
      Throws:
      InitializationException - This exception is thrown when the module could not be initialized.