public static final class ArtifactMatcher.Builder extends 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 NullPointerException
include - the include to add.NullPointerException - if include is null.public void addExclude(ArtifactClusion exclude) throws NullPointerException
exclude - the exclude to add.NullPointerException - if exclude is null.public ArtifactMatcher build()
ArtifactMatcher.Copyright © 2013–2019 FuseSource. All rights reserved.