Uses of Class
io.quarkus.registry.RegistryResolutionException
Packages that use RegistryResolutionException
-
Uses of RegistryResolutionException in io.quarkus.registry
Methods in io.quarkus.registry that return RegistryResolutionExceptionModifier and TypeMethodDescriptionprotected RegistryResolutionExceptionExtensionCatalogResolver.unknownStreamException(PlatformStreamCoords stream, boolean amongRecommended) Methods in io.quarkus.registry that throw RegistryResolutionExceptionModifier and TypeMethodDescriptionExtensionCatalogResolver.Builder.build()voidExtensionCatalogResolver.clearRegistryCache()protected PlatformStreamExtensionCatalogResolver.findPlatformStreamOrFail(PlatformStreamCoords streamCoords) protected PlatformStreamExtensionCatalogResolver.findPlatformStreamOrNull(PlatformStreamCoords streamCoords, boolean amongRecommended) ExtensionCatalogResolver.resolveExtensionCatalog()ExtensionCatalogResolver.resolveExtensionCatalog(PlatformStreamCoords streamCoords) ExtensionCatalogResolver.resolveExtensionCatalog(String quarkusCoreVersion) ExtensionCatalogResolver.resolveExtensionCatalog(Collection<io.quarkus.maven.dependency.ArtifactCoords> preferredPlatforms) ExtensionCatalogResolver.resolvePlatformCatalog()ExtensionCatalogResolver.resolvePlatformCatalog(String quarkusVersion) ExtensionCatalogResolver.resolvePlatformCatalogFromRegistry(String registryId) ExtensionCatalogResolver.resolvePlatformCatalogFromRegistry(String registryId, String quarkusVersion) protected RegistryResolutionExceptionExtensionCatalogResolver.unknownStreamException(PlatformStreamCoords stream, boolean amongRecommended) -
Uses of RegistryResolutionException in io.quarkus.registry.client
Methods in io.quarkus.registry.client that throw RegistryResolutionExceptionModifier and TypeMethodDescriptionRegistryClientFactory.buildRegistryClient(RegistryConfig config) voidRegistryCache.clearCache()voidRegistryClientDispatcher.clearCache()RegistryClientDispatcher.resolveNonPlatformExtensions(String quarkusVersion) RegistryNonPlatformExtensionsResolver.resolveNonPlatformExtensions(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.RegistryClientDispatcher.resolvePlatformExtensions(io.quarkus.maven.dependency.ArtifactCoords platformCoords) RegistryPlatformExtensionsResolver.resolvePlatformExtensions(io.quarkus.maven.dependency.ArtifactCoords platformCoords) Returns a catalog of extensions that represents a given platform.RegistryClientDispatcher.resolvePlatforms(String quarkusVersion) RegistryPlatformsResolver.resolvePlatforms(String quarkusVersion) Returns a catalog of the recommended platform versions, indicating which one of them is the default one for new project creation, for a given Quarkus version or in general, in case the caller did not provide any specific Quarkus version.RegistryClientDispatcher.resolveRegistryConfig()RegistryConfigResolver.resolveRegistryConfig()Returns the complete registry configuration. -
Uses of RegistryResolutionException in io.quarkus.registry.client.maven
Methods in io.quarkus.registry.client.maven that throw RegistryResolutionExceptionModifier and TypeMethodDescriptionMavenRegistryClientFactory.buildRegistryClient(RegistryConfig config) voidMavenRegistryCache.clearCache()MavenNonPlatformExtensionsResolver.resolveNonPlatformExtensions(String quarkusVersion) MavenPlatformExtensionsResolver.resolvePlatformExtensions(io.quarkus.maven.dependency.ArtifactCoords platformCoords) MavenPlatformsResolver.resolvePlatforms(String quarkusVersion)