Uses of Class
io.quarkus.domino.ArtifactSet.Builder
Packages that use ArtifactSet.Builder
-
Uses of ArtifactSet.Builder in io.quarkus.domino
Methods in io.quarkus.domino that return ArtifactSet.BuilderModifier and TypeMethodDescriptionstatic ArtifactSet.BuilderArtifactSet.builder()ArtifactSet.Builder.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.ArtifactSet.Builder.excludes(Collection<String> rawPatterns) Parses the entries of the givenCollectionofrawPatternsand excludes those.ArtifactSet.Builder.excludeSnapshots()AddsArtifactCoordsPattern.matchSnapshots()toexcludes.ArtifactSet.Builder.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.ArtifactSet.Builder.includes(Collection<String> rawPatterns) Parses the entries of the givenCollectionofrawPatternsand includes those.