Class TestTraceSearcher
java.lang.Object
org.hansken.plugin.extraction.test.serialize.TestTraceSearcher
- All Implemented Interfaces:
TraceSearcher
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hansken.plugin.extraction.api.TraceSearcher
TraceSearcher.SearchScope -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsearch(String query, int count, TraceSearcher.SearchScope scope) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hansken.plugin.extraction.api.TraceSearcher
search
-
Constructor Details
-
TestTraceSearcher
-
-
Method Details
-
search
public SearchResult search(String query, int count, TraceSearcher.SearchScope scope) throws ExecutionException - Specified by:
searchin interfaceTraceSearcher- Throws:
ExecutionException
-