Package io.quarkus.maven.dependency
Class ArtifactCoordsPattern.Builder
java.lang.Object
io.quarkus.maven.dependency.ArtifactCoordsPattern.Builder
- Enclosing class:
- ArtifactCoordsPattern
A
ArtifactCoordsPattern
builder.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setArtifactId
(String wildcardPattern) Sets the pattern forartifactId
setClassifier
(String wildcardPattern) Sets the pattern forclassifier
setGroupId
(String wildcardPattern) Sets the pattern forgroupId
setVersion
(String wildcardPattern) Sets the pattern forversion
-
Method Details
-
build
-
setGroupId
Sets the pattern forgroupId
- Parameters:
wildcardPattern
- a pattern that can contain string literals and asterisk*
wildcards- Returns:
- this
ArtifactCoordsPattern.Builder
-
setArtifactId
Sets the pattern forartifactId
- Parameters:
wildcardPattern
- a pattern that can contain string literals and asterisk*
wildcards- Returns:
- this
ArtifactCoordsPattern.Builder
-
setClassifier
Sets the pattern forclassifier
- Parameters:
wildcardPattern
- a pattern that can contain string literals and asterisk*
wildcards- Returns:
- this
ArtifactCoordsPattern.Builder
-
setType
-
setVersion
Sets the pattern forversion
- Parameters:
wildcardPattern
- a pattern that can contain string literals and asterisk*
wildcards- Returns:
- this
ArtifactCoordsPattern.Builder
-