public class OrFilter extends java.lang.Object implements TransformableFilter
OR.org.sonatype.aether.util.filter.OrDependencyFilter,
OrDependencyFilter| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<TransformableFilter> |
filters |
| Constructor and Description |
|---|
OrFilter(java.util.Collection<TransformableFilter> filters)
The default constructor specifying a collection of filters of which at least one must match.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<TransformableFilter> |
getFilters()
Get the filters
|
<T> T |
transform(FilterTransformer<T> transformer)
Transform this filter to a tool specific implementation
|
private final java.util.Collection<TransformableFilter> filters
public OrFilter(java.util.Collection<TransformableFilter> filters)
filters - the filters, may not be nullpublic java.util.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 nullnull