Interface SmoSearchBackend
- All Superinterfaces:
AutoCloseable
,Closeable
,SearchBackend
,SearchEngine
- All Known Implementing Classes:
SmoSearchBackendImpl
The SMO search backend.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the base "service URI" that is used by this SMO backend.search
(SearchRequest searchRequest) Methods inherited from interface org.apache.maven.search.SearchBackend
getBackendId, getRepositoryId
-
Method Details
-
search
Description copied from interface:SearchEngine
- Specified by:
search
in interfaceSearchEngine
- Throws:
IOException
-
getSmoUri
String getSmoUri()Returns the base "service URI" that is used by this SMO backend. nevernull
.
-