Uses of Interface
io.quarkus.registry.catalog.PlatformRelease
-
Packages that use PlatformRelease Package Description io.quarkus.registry.catalog -
-
Uses of PlatformRelease in io.quarkus.registry.catalog
Subinterfaces of PlatformRelease in io.quarkus.registry.catalog Modifier and Type Interface Description static interfacePlatformRelease.MutableClasses in io.quarkus.registry.catalog that implement PlatformRelease Modifier and Type Class Description classPlatformReleaseImplAsymmetric data manipulation: Deserialization always uses the builder; Serialization always uses the Impl.static classPlatformReleaseImpl.BuilderBuilder.Methods in io.quarkus.registry.catalog that return PlatformRelease Modifier and Type Method Description PlatformReleasePlatformRelease.Mutable. build()default PlatformReleasePlatformStream. getRecommendedRelease()PlatformReleasePlatformStream. getRelease(PlatformReleaseVersion version)PlatformReleasePlatformStreamImpl.Builder. getRelease(PlatformReleaseVersion version)PlatformReleasePlatformStreamImpl. getRelease(PlatformReleaseVersion version)Methods in io.quarkus.registry.catalog that return types with arguments of type PlatformRelease Modifier and Type Method Description Collection<PlatformRelease>PlatformStream. getReleases()Collection<PlatformRelease>PlatformStreamImpl.Builder. getReleases()Collection<PlatformRelease>PlatformStreamImpl. getReleases()Methods in io.quarkus.registry.catalog with parameters of type PlatformRelease Modifier and Type Method Description PlatformStream.MutablePlatformStream.Mutable. addRelease(PlatformRelease platformRelease)PlatformStreamImpl.BuilderPlatformStreamImpl.Builder. addRelease(PlatformRelease platformRelease)Method parameters in io.quarkus.registry.catalog with type arguments of type PlatformRelease Modifier and Type Method Description PlatformStream.MutablePlatformStream.Mutable. setReleases(Collection<PlatformRelease> releases)PlatformStreamImpl.BuilderPlatformStreamImpl.Builder. setReleases(Collection<PlatformRelease> newReleases)
-