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