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