JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
Apache JMeter
org.apache.jmeter.gui.action
Searcher
Contents
Description
Method Summary
Method Details
search(List)
Hide sidebar
Show sidebar
Interface Searcher
All Known Implementing Classes:
RawTextSearcher
,
RegexpSearcher
public interface
Searcher
Search algorithm
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
search
(
List
<
String
> textTokens)
Implements the search
Method Details
search
boolean
search
(
List
<
String
> textTokens)
Implements the search
Parameters:
textTokens
- List of content to be searched
Returns:
true if search on textTokens is successful