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 SummaryModifier and TypeMethodDescriptionorg.jsoup.nodes.DocumentReturns the JSoup document, if exists ornull.getUri()The URI that was tried to createDocumentfrom.Methods inherited from interface org.apache.maven.search.api.SearchResponsegetCurrentHits, getPage, getSearchRequest, getTotalHits
- 
Method Details- 
getUriString getUri()The URI that was tried to createDocumentfrom.
- 
getDocumentorg.jsoup.nodes.Document getDocument()Returns the JSoup document, if exists ornull.
 
-