Interface ITargetVisitor

All Known Implementing Classes:
ReportingTargetVisitor, TargetVisitor

public interface ITargetVisitor
This visitor is used during initialization to add target information to data rules.
Since:
8.3
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addTarget(ITargetDS datasource)
    This method may be used to add a target.
  • Method Details

    • addTarget

      void addTarget(ITargetDS datasource)
      This method may be used to add a target.
      Parameters:
      datasource - Required parameter containing the target datasource.
      Throws:
      InitializationException - This exception is thrown when the target could not be initialized.