public static final class ArtifactMatcher.Builder
extends java.lang.Object
ArtifactMatcher.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExclude(ArtifactClusion exclude)
Adds an exclude to the list of excludes.
|
void |
addInclude(ArtifactClusion include)
Adds an include to the list of includes.
|
ArtifactMatcher |
build()
Builds an instance of
ArtifactMatcher. |
public void addInclude(ArtifactClusion include) throws java.lang.NullPointerException
include - the include to add.java.lang.NullPointerException - if include is null.public void addExclude(ArtifactClusion exclude) throws java.lang.NullPointerException
exclude - the exclude to add.java.lang.NullPointerException - if exclude is null.public ArtifactMatcher build()
ArtifactMatcher.