public class CumulativeScopeArtifactFilter extends Object
ScopeArtifactFilter
instances ORed together.| Constructor and Description |
|---|
CumulativeScopeArtifactFilter(Collection<String> scopes)
Create a new filter with the specified scopes and their implied scopes enabled.
|
CumulativeScopeArtifactFilter(CumulativeScopeArtifactFilter... filters)
Creates a new filter that combines the specified filters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<String> |
getScopes() |
int |
hashCode() |
boolean |
include(Artifact artifact) |
public CumulativeScopeArtifactFilter(Collection<String> scopes)
scopes - The scopes to enable, along with all implied scopes, may be null.public CumulativeScopeArtifactFilter(CumulativeScopeArtifactFilter... filters)
filters - The filters to combine, may be null.Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.