public class AndFilter extends Object implements TransformableFilter
AND.org.sonatype.aether.util.filter.AndDependencyFilter,
AndDependencyFilter| Constructor and Description |
|---|
AndFilter(Collection<TransformableFilter> filters)
The default constructor specifying a collection of filters which all must be matched.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TransformableFilter> |
getFilters()
Get the filters
|
<T> T |
transform(FilterTransformer<T> transformer)
Transform this filter to a tool specific implementation
|
public AndFilter(Collection<TransformableFilter> filters)
filters - the filters, may not be nullpublic Collection<TransformableFilter> getFilters()
nullpublic <T> T transform(FilterTransformer<T> transformer)
transform in interface TransformableFilterT - the interface of the tool specific filtertransformer - the transformer, may not be nullnullCopyright © 2002–2019 The Apache Software Foundation. All rights reserved.