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 Type
    Method
    Description
    Returns the base "service URI" that is used by this SMO backend.

    Methods inherited from interface java.io.Closeable

    close

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

    getBackendId, getRepositoryId

    Methods inherited from interface org.apache.maven.search.SearchEngine

    search
  • Method Details

    • getSmoUri

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