Interface IRepositoryIdManager


public interface IRepositoryIdManager
  • Field Details

    • SERVICE_NAME

      static final String SERVICE_NAME
  • Method Details

    • addMapping

      void addMapping(String id, URI location)
    • getEffectiveLocation

      URI getEffectiveLocation(URI location)
    • getEffectiveLocationAndPrepareLoad

      URI getEffectiveLocationAndPrepareLoad(URI location)
    • getKnownMavenRepositoryLocations

      Stream<MavenRepositoryLocation> getKnownMavenRepositoryLocations()