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.
- Version:
- $Revision: 493779 $
- Author:
- Thad Smith
- See Also:
AbstractAction
Method Summary |
HashTree |
getReplacementSubTree()
Used to replace the test execution tree (usually by adding the
subelements of the TestElement that is replacing the
ReplaceableController. |
getReplacementSubTree
public HashTree getReplacementSubTree()
- Used to replace the test execution tree (usually by adding the
subelements of the TestElement that is replacing the
ReplaceableController.
- See Also:
HashTree
,
AbstractAction.convertSubTree(org.apache.jorphan.collections.HashTree)
Copyright © 1998-2007 Apache Software Foundation. All Rights Reserved.