Package io.quarkus.registry.util
Class PlatformArtifacts
- java.lang.Object
-
- io.quarkus.registry.util.PlatformArtifacts
-
public class PlatformArtifacts extends Object
-
-
Constructor Summary
Constructors Constructor Description PlatformArtifacts()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.quarkus.maven.dependency.ArtifactCoordsensureBomArtifact(io.quarkus.maven.dependency.ArtifactCoords coords)static StringensureBomArtifactId(String artifactId)static io.quarkus.maven.dependency.ArtifactCoordsensureCatalogArtifact(io.quarkus.maven.dependency.ArtifactCoords coords)static StringensureCatalogArtifactId(String artifactId)static io.quarkus.maven.dependency.ArtifactCoordsgetBomArtifactForCatalog(io.quarkus.maven.dependency.ArtifactCoords coords)static io.quarkus.maven.dependency.ArtifactCoordsgetCatalogArtifactForBom(io.quarkus.maven.dependency.ArtifactCoords bom)static io.quarkus.maven.dependency.ArtifactCoordsgetCatalogArtifactForBom(String bomGroupId, String bomArtifactId, String bomVersion)static booleanisCatalogArtifact(io.quarkus.maven.dependency.ArtifactCoords coords)static booleanisCatalogArtifactId(String artifactId)
-
-
-
Method Detail
-
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)
-
isCatalogArtifactId
public static boolean isCatalogArtifactId(String artifactId)
-
isCatalogArtifact
public static boolean isCatalogArtifact(io.quarkus.maven.dependency.ArtifactCoords coords)
-
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)
-
-