Interface RegistryPlatformExtensionsResolver

All Known Subinterfaces:
RegistryClient
All Known Implementing Classes:
MavenPlatformExtensionsResolver, RegistryClientDispatcher

public interface RegistryPlatformExtensionsResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    resolvePlatformExtensions(io.quarkus.maven.dependency.ArtifactCoords platformCoords)
    Returns a catalog of extensions that represents a given platform.
  • Method Details

    • resolvePlatformExtensions

      ExtensionCatalog.Mutable resolvePlatformExtensions(io.quarkus.maven.dependency.ArtifactCoords platformCoords) throws RegistryResolutionException
      Returns a catalog of extensions that represents a given platform.
      Parameters:
      platformCoords - either a BOM or a JSON descriptor coordinates
      Returns:
      catalog of extensions that represents the platform
      Throws:
      RegistryResolutionException - in case of a failure