Interface RemoteRepositorySearchResponse
- All Superinterfaces:
 SearchResponse
- All Known Implementing Classes:
 RemoteRepositorySearchResponseImpl
The RemoteRepository search response.
- 
Method Summary
Modifier 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.SearchResponse
getCurrentHits, getPage, getSearchRequest, getTotalHits 
- 
Method Details
- 
getUri
String getUri()The URI that was tried to createDocumentfrom. - 
getDocument
org.jsoup.nodes.Document getDocument()Returns the JSoup document, if exists ornull. 
 -