Package org.apache.jmeter.control
Interface ReplaceableController
- All Known Implementing Classes:
- IncludeController,- ModuleController
public interface ReplaceableController
This interface represents a controller that gets replaced during the
 compilation phase of test execution in an arbitrary way.
- 
Method SummaryModifier and TypeMethodDescriptionUsed to replace the test execution tree (usually by adding the subelements of the TestElement that is replacing the ReplaceableController.voidresolveReplacementSubTree(JMeterTreeNode context) Compute the replacement tree.
- 
Method Details- 
getReplacementSubTreeHashTree getReplacementSubTree()Used to replace the test execution tree (usually by adding the subelements of the TestElement that is replacing the ReplaceableController.- Returns:
- The replaced sub tree
- See Also:
 
- 
resolveReplacementSubTreeCompute the replacement tree.- Parameters:
- context- the starting point of the replacement
 
 
-