Uses of Enum
org.hansken.plugin.extraction.api.TraceSearcher.SearchScope
Packages that use TraceSearcher.SearchScope
Package
Description
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.SearchScopeModifier and TypeMethodDescriptionstatic TraceSearcher.SearchScope
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.SearchScopeModifier and TypeMethodDescriptionTraceSearcher.search
(String query, int count, TraceSearcher.SearchScope scope) Searches in Hansken for Traces matching provided query.