Interface RemoteRepositorySearchResponse

All Superinterfaces:
SearchResponse
All Known Implementing Classes:
RemoteRepositorySearchResponseImpl

public interface RemoteRepositorySearchResponse extends SearchResponse
The RemoteRepository search response.
  • 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.