Interface SmoSearchBackend

All Superinterfaces:
AutoCloseable, Closeable, org.apache.maven.search.api.SearchBackend, org.apache.maven.search.api.SearchEngine
All Known Implementing Classes:
SmoSearchBackendImpl

public interface SmoSearchBackend extends org.apache.maven.search.api.SearchBackend
The SMO search backend.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the base "service URI" that is used by this SMO backend.
    search(org.apache.maven.search.api.SearchRequest searchRequest)
     

    Methods inherited from interface java.io.Closeable

    close

    Methods inherited from interface org.apache.maven.search.api.SearchBackend

    getBackendId, getRepositoryId
  • Method Details

    • search

      SmoSearchResponse search(org.apache.maven.search.api.SearchRequest searchRequest) throws IOException
      Specified by:
      search in interface org.apache.maven.search.api.SearchEngine
      Throws:
      IOException
    • getSmoUri

      String getSmoUri()
      Returns the base "service URI" that is used by this SMO backend. never null.