Package io.quarkus.registry.util
Class PlatformArtifacts
java.lang.Object
io.quarkus.registry.util.PlatformArtifacts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
PlatformArtifacts
public PlatformArtifacts()
-
-
Method Details
-
getCatalogArtifactForBom
public static io.quarkus.maven.dependency.ArtifactCoords getCatalogArtifactForBom(io.quarkus.maven.dependency.ArtifactCoords bom) -
getCatalogArtifactForBom
-
ensureCatalogArtifact
public static io.quarkus.maven.dependency.ArtifactCoords ensureCatalogArtifact(io.quarkus.maven.dependency.ArtifactCoords coords) -
ensureCatalogArtifactId
-
isCatalogArtifactId
-
isCatalogArtifact
public static boolean isCatalogArtifact(io.quarkus.maven.dependency.ArtifactCoords coords) -
ensureBomArtifactId
-
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)
-