public class ExcludesFilter<T> extends Object implements Filter<T>
| Modifier and Type | Field and Description |
|---|---|
private Collection<T> |
excludes |
| Constructor and Description |
|---|
ExcludesFilter(Collection<T> excludes) |
private Collection<T> excludes
public ExcludesFilter(Collection<T> excludes)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.