Package io.quarkus.registry.client
Interface RegistryNonPlatformExtensionsResolver
-
- All Known Subinterfaces:
RegistryClient
- All Known Implementing Classes:
MavenNonPlatformExtensionsResolver,RegistryClientDispatcher
public interface RegistryNonPlatformExtensionsResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionCatalog.MutableresolveNonPlatformExtensions(String quarkusVersion)Returns a catalog of extensions that are compatible with a given Quarkus version or null, in case the registry does not include any extension that is compatible with the given Quarkus version.
-
-
-
Method Detail
-
resolveNonPlatformExtensions
ExtensionCatalog.Mutable resolveNonPlatformExtensions(String quarkusVersion) throws RegistryResolutionException
Returns a catalog of extensions that are compatible with a given Quarkus version or null, in case the registry does not include any extension that is compatible with the given Quarkus version.- Parameters:
quarkusVersion- Quarkus version- Returns:
- catalog of extensions compatible with a given Quarkus version or null
- Throws:
RegistryResolutionException- in case of a failure
-
-