public class ArtifactFilter extends Object
| Constructor and Description |
|---|
ArtifactFilter() |
| Modifier and Type | Method and Description |
|---|---|
Set<Artifact> |
filter(Set<Artifact> fromArtifacts,
Set<Artifact> toArtifacts,
ArtifactPredicate predicate)
Filter a set of artifacts based on a predicate, adding the ones that evaluate to true to .
|
public Set<Artifact> filter(Set<Artifact> fromArtifacts, Set<Artifact> toArtifacts, ArtifactPredicate predicate)
fromArtifacts - The artifacts to be filteredtoArtifacts - The set to where the filtered artifacts are going to be addedpredicate - A ArtifactPredicate that test whether a artifact should be added to from the
setCopyright © 2018 MuleSoft Inc. All rights reserved.