Uses of Interface
org.hansken.plugin.extraction.api.SearchResult
Packages that use SearchResult
Package
Description
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 SearchResultModifier and TypeClassDescriptionclass
ABatchSearchResult
is aSearchResult
implementation that stores all found traces using a single setTraces call.Methods in org.hansken.plugin.extraction.api that return SearchResultModifier and TypeMethodDescriptiondefault SearchResult
Searches in Hansken for Traces matching provided query, scoped to the image under extraction.TraceSearcher.search
(String query, int count, TraceSearcher.SearchScope scope) Searches in Hansken for Traces matching provided query.