Uses of Interface
org.hansken.plugin.extraction.api.SearchResult
-
Packages that use SearchResult Package Description org.hansken.plugin.extraction.api This is the API of the Extraction Plugins SDK. -
-
Uses of SearchResult in org.hansken.plugin.extraction.api
Classes in org.hansken.plugin.extraction.api that implement SearchResult Modifier and Type Class Description classBatchSearchResultABatchSearchResultis aSearchResultimplementation that stores all found traces using a single setTraces call.Methods in org.hansken.plugin.extraction.api that return SearchResult Modifier and Type Method Description SearchResultTraceSearcher. search(String query, int count)Searches in Hansken for Traces matching provided query.
-