Class ExpanderVisitor

java.lang.Object
com.aquima.interactions.project.impl.ExpanderVisitor
All Implemented Interfaces:
IExpanderVisitor

public class ExpanderVisitor extends Object implements IExpanderVisitor
This visitor is used during initialization to gather the expander definitions.
Since:
7.1
Author:
O. Kerpershoek
  • Constructor Details

    • ExpanderVisitor

      protected ExpanderVisitor(Project project)
  • Method Details

    • addExpander

      public void addExpander(IExpanderDS datasource)
      Description copied from interface: IExpanderVisitor
      This method should be invoked for each container expander definition that should be added.
      Specified by:
      addExpander in interface IExpanderVisitor
      Parameters:
      datasource - Data source providing the information needed to initialize a container expander definition.