Uses of Class
org.hansken.plugin.extraction.api.TraceSearcher.SearchScope
-
Packages that use TraceSearcher.SearchScope Package Description org.hansken.plugin.extraction.api This is the API of the Extraction Plugins SDK. -
-
Uses of TraceSearcher.SearchScope in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return TraceSearcher.SearchScope Modifier and Type Method Description static TraceSearcher.SearchScope
TraceSearcher.SearchScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static TraceSearcher.SearchScope[]
TraceSearcher.SearchScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hansken.plugin.extraction.api with parameters of type TraceSearcher.SearchScope Modifier and Type Method Description SearchResult
TraceSearcher. search(String query, int count, TraceSearcher.SearchScope scope)
Searches in Hansken for Traces matching provided query.
-