Class PlatformArtifacts

java.lang.Object
io.quarkus.registry.util.PlatformArtifacts

public class PlatformArtifacts extends Object
  • Constructor Details

    • PlatformArtifacts

      public PlatformArtifacts()
  • Method Details

    • getCatalogArtifactForBom

      public static io.quarkus.maven.dependency.ArtifactCoords getCatalogArtifactForBom(io.quarkus.maven.dependency.ArtifactCoords bom)
    • getCatalogArtifactForBom

      public static io.quarkus.maven.dependency.ArtifactCoords getCatalogArtifactForBom(String bomGroupId, String bomArtifactId, String bomVersion)
    • ensureCatalogArtifact

      public static io.quarkus.maven.dependency.ArtifactCoords ensureCatalogArtifact(io.quarkus.maven.dependency.ArtifactCoords coords)
    • ensureCatalogArtifactId

      public static String ensureCatalogArtifactId(String artifactId)
    • isCatalogArtifactId

      public static boolean isCatalogArtifactId(String artifactId)
    • isCatalogArtifact

      public static boolean isCatalogArtifact(io.quarkus.maven.dependency.ArtifactCoords coords)
    • ensureBomArtifactId

      public static String ensureBomArtifactId(String artifactId)
    • ensureBomArtifact

      public static io.quarkus.maven.dependency.ArtifactCoords ensureBomArtifact(io.quarkus.maven.dependency.ArtifactCoords coords)
    • getBomArtifactForCatalog

      public static io.quarkus.maven.dependency.ArtifactCoords getBomArtifactForCatalog(io.quarkus.maven.dependency.ArtifactCoords coords)