Uses of Class
io.quarkus.bootstrap.model.AppArtifactCoords
-
Packages that use AppArtifactCoords Package Description io.quarkus.bootstrap.model -
-
Uses of AppArtifactCoords in io.quarkus.bootstrap.model
Subclasses of AppArtifactCoords in io.quarkus.bootstrap.model Modifier and Type Class Description classAppArtifactRepresents an application (or its dependency) artifact.Methods in io.quarkus.bootstrap.model that return AppArtifactCoords Modifier and Type Method Description static AppArtifactCoordsAppArtifactCoords. fromString(String str)Methods in io.quarkus.bootstrap.model that return types with arguments of type AppArtifactCoords Modifier and Type Method Description List<AppArtifactCoords>PlatformReleaseInfo. getBoms()Member BOM coordinates.Collection<AppArtifactCoords>PlatformImports. getImportedPlatformBoms()All the Quarkus platform BOMs imported by an application.Collection<AppArtifactCoords>PlatformImportsImpl. getImportedPlatformBoms()Constructors in io.quarkus.bootstrap.model with parameters of type AppArtifactCoords Constructor Description AppArtifact(AppArtifactCoords coords)
-