Uses of Class
io.quarkus.maven.dependency.ArtifactCoordsPattern
Packages that use ArtifactCoordsPattern
Package
Description
-
Uses of ArtifactCoordsPattern in io.quarkus.bootstrap.model
Methods in io.quarkus.bootstrap.model that return types with arguments of type ArtifactCoordsPattern -
Uses of ArtifactCoordsPattern in io.quarkus.bootstrap.util
Methods in io.quarkus.bootstrap.util with parameters of type ArtifactCoordsPatternModifier and TypeMethodDescriptionstatic booleanBootstrapUtils.matches(ArtifactCoords coords, ArtifactCoordsPattern[] patterns) -
Uses of ArtifactCoordsPattern in io.quarkus.maven.dependency
Methods in io.quarkus.maven.dependency that return ArtifactCoordsPatternModifier and TypeMethodDescriptionArtifactCoordsPattern.Builder.build()static ArtifactCoordsPatternArtifactCoordsPattern.matchAll()static ArtifactCoordsPatternArtifactCoordsPattern.matchSnapshots()static ArtifactCoordsPatternArtifactCoordsPattern.of(ArtifactCoords c) static ArtifactCoordsPatternCreates a newArtifactCoordsPatternout of the givenwildcardPattern.Methods in io.quarkus.maven.dependency that return types with arguments of type ArtifactCoordsPatternModifier and TypeMethodDescriptionstatic List<ArtifactCoordsPattern> ArtifactCoordsPattern.toPatterns(Collection<ArtifactCoords> coords)