Class ToolsUtils


  • public class ToolsUtils
    extends Object
    • Constructor Detail

      • ToolsUtils

        public ToolsUtils()
    • Method Detail

      • requireProperty

        public static String requireProperty​(String name)
      • getProperty

        public static String getProperty​(String name)
      • isNullOrEmpty

        public static boolean isNullOrEmpty​(String arg)
      • dotJoin

        public static String dotJoin​(String... parts)
      • resolvePlatformDescriptorDirectly

        public static ExtensionCatalog resolvePlatformDescriptorDirectly​(String bomGroupId,
                                                                         String bomArtifactId,
                                                                         String bomVersion,
                                                                         io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver artifactResolver,
                                                                         io.quarkus.devtools.messagewriter.MessageWriter log)
      • mergePlatforms

        public static ExtensionCatalog mergePlatforms​(List<io.quarkus.maven.dependency.ArtifactCoords> platforms,
                                                      io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver artifactResolver)
      • mergePlatforms

        public static ExtensionCatalog mergePlatforms​(List<io.quarkus.maven.dependency.ArtifactCoords> platforms,
                                                      io.quarkus.bootstrap.resolver.AppModelResolver artifactResolver)
      • getMavenPluginArtifactId

        public static String getMavenPluginArtifactId​(Properties props)
      • getMavenPluginGroupId

        public static String getMavenPluginGroupId​(Properties props)
      • getQuarkusCoreVersion

        public static String getQuarkusCoreVersion​(Properties props)
      • requireQuarkusCoreVersion

        public static String requireQuarkusCoreVersion​(Properties props)
      • getMavenPluginVersion

        public static String getMavenPluginVersion​(Properties props)
      • getGradlePluginVersion

        public static String getGradlePluginVersion​(Properties props)
      • getProposedMavenVersion

        public static String getProposedMavenVersion​(Properties props)
      • getMavenWrapperVersion

        public static String getMavenWrapperVersion​(Properties props)
      • getGradleWrapperVersion

        public static String getGradleWrapperVersion​(Properties props)