Package org.apache.jmeter.engine.util
Interface ConfigMergabilityIndicator
- All Known Implementing Classes:
AbstractSampler
,AccessLogSampler
,AjpSampler
,BaseJMSSampler
,BeanShellSampler
,BSFSampler
,DebugSampler
,Example1
,Example2
,Example3
,ExampleSampler
,FTPSampler
,HTTPSampler
,HTTPSampler2
,HTTPSamplerBase
,HTTPSamplerProxy
,JavaSampler
,JDBCSampler
,JMSSampler
,JSR223Sampler
,JUnitSampler
,LDAPExtSampler
,LDAPSampler
,MailReaderSampler
,MongoScriptSampler
,PublisherSampler
,SmtpSampler
,SoapSampler
,SubscriberSampler
,SystemSampler
,TCPSampler
,TestAction
,TransactionSampler
,WebServiceSampler
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<org.apache.jmeter.config.ConfigTestElement>)
-
Method Summary
Modifier and TypeMethodDescriptionboolean
applies
(ConfigTestElement configElement) Does configElement apply to Sampler
-
Method Details
-
applies
Does configElement apply to Sampler- Parameters:
configElement
-ConfigTestElement
- Returns:
- boolean
-