Uses of Interface
io.quarkus.registry.catalog.PlatformCatalog
-
Packages that use PlatformCatalog Package Description io.quarkus.registry io.quarkus.registry.catalog -
-
Uses of PlatformCatalog in io.quarkus.registry
Methods in io.quarkus.registry that return PlatformCatalog Modifier and Type Method Description PlatformCatalogExtensionCatalogResolver. resolvePlatformCatalog()PlatformCatalogExtensionCatalogResolver. resolvePlatformCatalog(String quarkusVersion)PlatformCatalogExtensionCatalogResolver. resolvePlatformCatalogFromRegistry(String registryId)PlatformCatalogExtensionCatalogResolver. resolvePlatformCatalogFromRegistry(String registryId, String quarkusVersion) -
Uses of PlatformCatalog in io.quarkus.registry.catalog
Subinterfaces of PlatformCatalog in io.quarkus.registry.catalog Modifier and Type Interface Description static interfacePlatformCatalog.MutableClasses in io.quarkus.registry.catalog that implement PlatformCatalog Modifier and Type Class Description classPlatformCatalogImplAsymmetric data manipulation: Deserialization always uses the builder; Serialization always uses the Impl.static classPlatformCatalogImpl.BuilderBuilder.Methods in io.quarkus.registry.catalog that return PlatformCatalog Modifier and Type Method Description PlatformCatalogPlatformCatalog.Mutable. build()static PlatformCatalogPlatformCatalog. fromFile(Path path)Read config from the specified file
-