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 Summary
Constructors Modifier Constructor Description protected
ExpanderVisitor(Project project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addExpander(IExpanderDS datasource)
This method should be invoked for each container expander definition that should be added.
-
-
-
Constructor Detail
-
ExpanderVisitor
protected ExpanderVisitor(Project project)
-
-
Method Detail
-
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 interfaceIExpanderVisitor
- Parameters:
datasource
- Data source providing the information needed to initialize a container expander definition.
-
-