Uses of Interface
io.quarkus.registry.catalog.PlatformCatalog.Mutable
Packages that use PlatformCatalog.Mutable
Package
Description
-
Uses of PlatformCatalog.Mutable in io.quarkus.registry.catalog
Classes in io.quarkus.registry.catalog that implement PlatformCatalog.MutableMethods in io.quarkus.registry.catalog that return PlatformCatalog.MutableModifier and TypeMethodDescriptionPlatformCatalog.Mutable.addPlatform(Platform platform) static PlatformCatalog.MutablePlatformCatalog.builder()default PlatformCatalog.MutablePlatformCatalog.mutable()static PlatformCatalog.MutablePlatformCatalog.mutableFromFile(Path path) Read config from the specified filePlatformCatalog.Mutable.removeMetadata(String key) PlatformCatalog.Mutable.setMetadata(String key, Object value) PlatformCatalog.Mutable.setMetadata(Map<String, Object> metadata) PlatformCatalog.Mutable.setPlatforms(Collection<Platform> newValues) -
Uses of PlatformCatalog.Mutable in io.quarkus.registry.client
Methods in io.quarkus.registry.client that return PlatformCatalog.MutableModifier and TypeMethodDescriptionRegistryClientDispatcher.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. -
Uses of PlatformCatalog.Mutable in io.quarkus.registry.client.maven
Methods in io.quarkus.registry.client.maven that return PlatformCatalog.Mutable