Package org.apache.jmeter.engine.util
Interface ConfigMergabilityIndicator
- All Known Implementing Classes:
 AbstractSampler,AccessLogSampler,AjpSampler,BaseJMSSampler,BeanShellSampler,BoltSampler,BSFSampler,DebugSampler,FTPSampler,HTTPSampler,HTTPSamplerBase,HTTPSamplerProxy,JavaSampler,JDBCSampler,JMSSampler,JSR223Sampler,JUnitSampler,LDAPExtSampler,LDAPSampler,MailReaderSampler,MongoScriptSampler,PublisherSampler,SmtpSampler,SubscriberSampler,SystemSampler,TCPSampler,TestAction,TransactionSampler
public interface ConfigMergabilityIndicator
Interface that gives a hint about the merge policy to apply between Samplers and Config elements
- Since:
 - 2.7
 - See Also:
 - 
TestCompiler.configureWithConfigElements(org.apache.jmeter.samplers.Sampler, java.util.List<? extends org.apache.jmeter.config.ConfigTestElement>)
 
- 
Method Summary
Modifier and TypeMethodDescriptionbooleanapplies(ConfigTestElement configElement) Does configElement apply to Sampler 
- 
Method Details
- 
applies
Does configElement apply to Sampler- Parameters:
 configElement-ConfigTestElement- Returns:
 - boolean
 
 
 -