Class RecordFactory
java.lang.Object
org.apache.maven.search.backend.remoterepository.RecordFactory
Helper class that creates record instances for provided backend.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.maven.search.api.Recordcreate(String groupId, String artifactId, String version, String classifier, String fileExtension, Long lastUpdated) CreatesRecordon behalf of backend.protected static voidmayPut(Map<org.apache.maven.search.api.request.Field, Object> result, org.apache.maven.search.api.request.Field fieldName, Object value)
-
Field Details
-
backend
-
-
Constructor Details
-
RecordFactory
-
-
Method Details