|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Searchable
Interface for nodes that are searchable.
A Searchable
component will get asked for tokens, that should be used
in a search. These tokens will then be matched against a user given search
string.
Method Summary | |
---|---|
List<String> |
getSearchableTokens()
Get a list of all tokens that should be visible to searching |
Method Detail |
---|
List<String> getSearchableTokens() throws Exception
Exception
- when something fails while getting the searchable tokens
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |