Uses of Interface
org.hansken.plugin.extraction.api.SearchTrace
-
Packages that use SearchTrace Package Description org.hansken.plugin.extraction.api 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 SearchTrace Modifier and Type Method Description Stream<SearchTrace>BatchSearchResult. getTraces()Stream<SearchTrace>SearchResult. getTraces()Returns all found traces.Methods in org.hansken.plugin.extraction.api with parameters of type SearchTrace Modifier and Type Method Description voidBatchSearchResult. setTraces(SearchTrace[] traces)Sets all traces that can be returned by calling getTraces.
-