Uses of Interface
org.hansken.plugin.extraction.api.SearchTrace
Packages that use SearchTrace
Package
Description
This is the API of the Extraction Plugins SDK.
-
Uses of SearchTrace in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return types with arguments of type SearchTraceModifier and TypeMethodDescriptionBatchSearchResult.getTraces()SearchResult.getTraces()Returns all found traces.Methods in org.hansken.plugin.extraction.api with parameters of type SearchTraceModifier and TypeMethodDescriptionvoidBatchSearchResult.setTraces(SearchTrace[] traces) Sets all traces that can be returned by calling getTraces.