Interface IMappingVisitor

All Known Implementing Classes:
MappingVisitor, ReportingMappingVisitor

public interface IMappingVisitor
This visitor is used during initialization to gather the mapping definitions.
Since:
7.2
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addMapping(IMappingDS datasource)
    This method should be invoked for each mapping definition that should be added.
  • Method Details

    • addMapping

      void addMapping(IMappingDS datasource)
      This method should be invoked for each mapping definition that should be added.
      Parameters:
      datasource - Object providing the information needed to initialize the definition.
      Throws:
      InitializationException - This exception is thrown when the mapping could not be initialized.