Class DefaultTreeNodeNamingPolicy
java.lang.Object
org.apache.jmeter.gui.action.impl.DefaultTreeNodeNamingPolicy
- All Implemented Interfaces:
- TreeNodeNamingPolicy
Default implementation of 
TreeNodeNamingPolicy- Since:
- 3.2
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidnameOnCreation(JMeterTreeNode node) voidrename(JMeterTreeNode parentNode, JMeterTreeNode childNode, int iterationIndex) Called by Apply Naming Policy popup menu on TransactionController nodes Rename childNode based on custom policyvoidresetState(JMeterTreeNode rootNode) Called within Apply Naming Policy popup menu on TransactionController nodes to init the naming process.
- 
Field Details- 
TRANSACTION_CHILDREN_SEPARATORpublic static final char TRANSACTION_CHILDREN_SEPARATOR- See Also:
 
 
- 
- 
Constructor Details- 
DefaultTreeNodeNamingPolicypublic DefaultTreeNodeNamingPolicy()
 
- 
- 
Method Details- 
renameDescription copied from interface:TreeNodeNamingPolicyCalled by Apply Naming Policy popup menu on TransactionController nodes Rename childNode based on custom policy- Specified by:
- renamein interface- TreeNodeNamingPolicy
- Parameters:
- parentNode- Parent node
- childNode- Child node
- iterationIndex- index of child node
- See Also:
 
- 
resetStateDescription copied from interface:TreeNodeNamingPolicyCalled within Apply Naming Policy popup menu on TransactionController nodes to init the naming process.- Specified by:
- resetStatein interface- TreeNodeNamingPolicy
- Parameters:
- rootNode-- JMeterTreeNodeParent of nodes that will be renamed
- See Also:
 
- 
nameOnCreation- Specified by:
- nameOnCreationin interface- TreeNodeNamingPolicy
- Parameters:
- node-- JMeterTreeNodenode that has been added to JMeter Tree node
 
 
-