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