Interface RemoteRepositorySearchResponse

All Superinterfaces:
org.apache.maven.search.api.SearchResponse
All Known Implementing Classes:
RemoteRepositorySearchResponseImpl

public interface RemoteRepositorySearchResponse extends org.apache.maven.search.api.SearchResponse
The RemoteRepository search response.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jsoup.nodes.Document
    Returns the JSoup document, if exists or null.
    The URI that was tried to create Document from.

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

    getCurrentHits, getPage, getSearchRequest, getTotalHits
  • Method Details

    • getUri

      String getUri()
      The URI that was tried to create Document from.
    • getDocument

      org.jsoup.nodes.Document getDocument()
      Returns the JSoup document, if exists or null.