Interface RegistryPlatformsResolver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      PlatformCatalog.Mutable 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.
    • Method Detail

      • resolvePlatforms

        PlatformCatalog.Mutable resolvePlatforms​(String quarkusVersion)
                                          throws RegistryResolutionException
        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.
        Parameters:
        quarkusVersion - Quarkus version or null
        Returns:
        catalog of the recommended platform versions
        Throws:
        RegistryResolutionException - in case of a failure