Package io.quarkus.domino
Class ArtifactSet.Builder
java.lang.Object
io.quarkus.domino.ArtifactSet.Builder
- Enclosing class:
- ArtifactSet
-
Method Summary
Modifier and TypeMethodDescriptionbuild()exclude(ArtifactCoordsPattern pattern) Exclude a single GAV pattern.Parses the given comma or whitespace separated list ofrawPatternsand excludes those.Parses the entries of the given array ofrawPatternsand excludes those.excludes(Collection<String> rawPatterns) Parses the entries of the givenCollectionofrawPatternsand excludes those.AddsArtifactCoordsPattern.matchSnapshots()toexcludes.include(ArtifactCoordsPattern pattern) Include a single GAV pattern.Parses the given comma or whitespace separated list ofrawPatternsand includes those.Parses the entries of the given array ofrawPatternsand includes those.includes(Collection<String> rawPatterns) Parses the entries of the givenCollectionofrawPatternsand includes those.
-
Method Details
-
build
-
exclude
Exclude a single GAV pattern.- Parameters:
rawPattern- raw pattern- Returns:
- this
ArtifactSet.Builder
-
exclude
-
excludes
Parses the entries of the givenCollectionofrawPatternsand excludes those.- Parameters:
rawPatterns-Collectionof GAV patterns to parse viaArtifactCoordsPattern.of(String)- Returns:
- this
ArtifactSet.Builder
-
excludes
Parses the entries of the given array ofrawPatternsand excludes those.- Parameters:
rawPatterns- a list of GAV patterns to parse viaArtifactCoordsPattern.of(String)- Returns:
- this
ArtifactSet.Builder
-
excludes
Parses the given comma or whitespace separated list ofrawPatternsand excludes those.- Parameters:
rawPatterns- a comma separated list of GAV patterns- Returns:
- this
ArtifactSet.Builder
-
excludeSnapshots
AddsArtifactCoordsPattern.matchSnapshots()toexcludes.- Returns:
- this
ArtifactSet.Builder
-
include
Include a single GAV pattern.- Parameters:
rawPattern- raw pattern- Returns:
- this
ArtifactSet.Builder
-
include
-
includes
Parses the entries of the givenCollectionofrawPatternsand includes those.- Parameters:
rawPatterns-Collectionof GAV patterns to parse viaArtifactCoordsPattern.of(String)- Returns:
- this
ArtifactSet.Builder
-
includes
Parses the given comma or whitespace separated list ofrawPatternsand includes those.- Parameters:
rawPatterns- a comma separated list of GAV patterns- Returns:
- this
ArtifactSet.Builder
-
includes
Parses the entries of the given array ofrawPatternsand includes those.- Parameters:
rawPatterns- a list of GAV patterns to parse viaArtifactCoordsPattern.of(String)- Returns:
- this
ArtifactSet.Builder
-