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