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 TypeMethodDescriptionorg.jsoup.nodes.Document
Returns the JSoup document, if exists ornull
.getUri()
The URI that was tried to createDocument
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 createDocument
from. -
getDocument
org.jsoup.nodes.Document getDocument()Returns the JSoup document, if exists ornull
.
-