Uses of Interface
io.quarkus.registry.catalog.PlatformRelease.Mutable
-
Packages that use PlatformRelease.Mutable Package Description io.quarkus.registry.catalog -
-
Uses of PlatformRelease.Mutable in io.quarkus.registry.catalog
Classes in io.quarkus.registry.catalog that implement PlatformRelease.Mutable Modifier and Type Class Description static classPlatformReleaseImpl.BuilderBuilder.Methods in io.quarkus.registry.catalog that return PlatformRelease.Mutable Modifier and Type Method Description static PlatformRelease.MutablePlatformRelease. builder()default PlatformRelease.MutablePlatformRelease. mutable()PlatformRelease.MutablePlatformRelease.Mutable. removeMetadata(String key)PlatformRelease.MutablePlatformRelease.Mutable. setMemberBoms(Collection<io.quarkus.maven.dependency.ArtifactCoords> memberBoms)PlatformRelease.MutablePlatformRelease.Mutable. setMetadata(String key, Object value)PlatformRelease.MutablePlatformRelease.Mutable. setMetadata(Map<String,Object> metadata)PlatformRelease.MutablePlatformRelease.Mutable. setQuarkusCoreVersion(String quarkusCoreVersion)PlatformRelease.MutablePlatformRelease.Mutable. setUpstreamQuarkusCoreVersion(String upstreamQuarkusCoreVersion)PlatformRelease.MutablePlatformRelease.Mutable. setVersion(PlatformReleaseVersion version)
-