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 forartifactIdsetClassifier(String wildcardPattern) Sets the pattern forclassifiersetGroupId(String wildcardPattern) Sets the pattern forgroupIdsetVersion(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
-