Uses of Class
io.quarkus.registry.catalog.PlatformStreamCoords
-
Packages that use PlatformStreamCoords Package Description io.quarkus.registry io.quarkus.registry.catalog -
-
Uses of PlatformStreamCoords in io.quarkus.registry
Methods in io.quarkus.registry with parameters of type PlatformStreamCoords Modifier and Type Method Description protected PlatformStreamExtensionCatalogResolver. findPlatformStreamOrFail(PlatformStreamCoords streamCoords)protected PlatformStreamExtensionCatalogResolver. findPlatformStreamOrNull(PlatformStreamCoords streamCoords, boolean amongRecommended)ExtensionCatalogExtensionCatalogResolver. resolveExtensionCatalog(PlatformStreamCoords streamCoords)protected RegistryResolutionExceptionExtensionCatalogResolver. unknownStreamException(PlatformStreamCoords stream, boolean amongRecommended) -
Uses of PlatformStreamCoords in io.quarkus.registry.catalog
Methods in io.quarkus.registry.catalog that return PlatformStreamCoords Modifier and Type Method Description static PlatformStreamCoordsPlatformStreamCoords. fromString(String stream)
-