Package io.quarkus.registry.client
Interface RegistryPlatformExtensionsResolver
-
- All Known Subinterfaces:
RegistryClient
- All Known Implementing Classes:
MavenPlatformExtensionsResolver,RegistryClientDispatcher
public interface RegistryPlatformExtensionsResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionCatalog.MutableresolvePlatformExtensions(io.quarkus.maven.dependency.ArtifactCoords platformCoords)Returns a catalog of extensions that represents a given platform.
-
-
-
Method Detail
-
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
-
-