java.lang.Object
org.apache.maven.search.backend.remoterepository.RecordFactory

public final class RecordFactory extends Object
Helper class that creates record instances for provided backend.
  • Constructor Details

  • Method Details

    • create

      public org.apache.maven.search.api.Record create(String groupId, String artifactId, String version, String classifier, String fileExtension)
      Creates Record on behalf of backend. Only groupId is mandatory, all the other values are optional (nullable).