Uses of Class
org.apache.maven.search.api.Record
Packages that use Record
Package
Description
-
Uses of Record in org.apache.maven.search.api
Methods in org.apache.maven.search.api that return types with arguments of type Record -
Uses of Record in org.apache.maven.search.api.support
Methods in org.apache.maven.search.api.support that return types with arguments of type RecordConstructor parameters in org.apache.maven.search.api.support with type arguments of type RecordModifierConstructorDescriptionprotected
SearchResponseSupport
(SearchRequest searchRequest, int totalHits, List<Record> page) -
Uses of Record in org.apache.maven.search.backend.indexer.internal
Constructor parameters in org.apache.maven.search.backend.indexer.internal with type arguments of type RecordModifierConstructorDescriptionIndexerCoreSearchResponseImpl
(SearchRequest searchRequest, int totalHits, List<Record> page, org.apache.lucene.search.Query query, List<ArtifactInfo> artifactInfos) -
Uses of Record in org.apache.maven.search.backend.remoterepository
Methods in org.apache.maven.search.backend.remoterepository that return RecordModifier and TypeMethodDescriptionRecordFactory.create
(String groupId, String artifactId, String version, String classifier, String fileExtension, Long lastUpdated) CreatesRecord
on behalf of backend.Method parameters in org.apache.maven.search.backend.remoterepository with type arguments of type RecordModifier and TypeMethodDescriptionint
ResponseExtractor.populateG
(Context context, org.jsoup.nodes.Document document, RecordFactory recordFactory, List<Record> page) Method parsing document out of HTML page like this one: https://repo.maven.apache.org/maven2/org/apache/maven/indexer/int
ResponseExtractor.populateGA
(Context context, org.jsoup.nodes.Document document, RecordFactory recordFactory, List<Record> page) Method parsing document out of XML Maven Metadata like this one: https://repo.maven.apache.org/maven2/org/apache/maven/indexer/search-api/maven-metadata.xmlint
ResponseExtractor.populateGAV
(Context context, org.jsoup.nodes.Document document, RecordFactory recordFactory, List<Record> page) Method parsing document out of HTML page like this one: https://repo.maven.apache.org/maven2/org/apache/maven/indexer/search-api/7.0.3/ -
Uses of Record in org.apache.maven.search.backend.remoterepository.extractor
Method parameters in org.apache.maven.search.backend.remoterepository.extractor with type arguments of type RecordModifier and TypeMethodDescriptionint
MavenCentralResponseExtractor.populateG
(Context context, org.jsoup.nodes.Document document, RecordFactory recordFactory, List<Record> page) int
Nx2ResponseExtractor.populateG
(Context context, org.jsoup.nodes.Document document, RecordFactory recordFactory, List<Record> page) int
ResponseExtractorSupport.populateGA
(Context context, org.jsoup.nodes.Document document, RecordFactory recordFactory, List<Record> page) This is Maven metadata parsing, is NOT remote end specific, unlike HTML parsing.int
MavenCentralResponseExtractor.populateGAV
(Context context, org.jsoup.nodes.Document document, RecordFactory recordFactory, List<Record> page) int
Nx2ResponseExtractor.populateGAV
(Context context, org.jsoup.nodes.Document document, RecordFactory recordFactory, List<Record> page) protected void
ResponseExtractorSupport.populateGAVName
(Context context, String name, RecordFactory recordFactory, List<Record> page) Processes extracted "name" extracted byResponseExtractor.populateGAV(Context, Document, RecordFactory, List)
method. -
Uses of Record in org.apache.maven.search.backend.remoterepository.internal
Constructor parameters in org.apache.maven.search.backend.remoterepository.internal with type arguments of type RecordModifierConstructorDescriptionRemoteRepositorySearchResponseImpl
(SearchRequest searchRequest, int totalHits, List<Record> page, String uri, org.jsoup.nodes.Document document) -
Uses of Record in org.apache.maven.search.backend.smo.internal
Constructor parameters in org.apache.maven.search.backend.smo.internal with type arguments of type RecordModifierConstructorDescriptionSmoSearchResponseImpl
(SearchRequest searchRequest, int totalHits, List<Record> page, String searchUri, String rawJsonResponse)