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.
|
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–2015 The Apache Software Foundation. All rights reserved.