public final class NotDependencyFilter extends Object implements DependencyFilter
| Constructor and Description |
|---|
NotDependencyFilter(DependencyFilter filter)
Creates a new filter negatint the specified filter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(DependencyNode node,
List<DependencyNode> parents) |
boolean |
equals(Object obj) |
int |
hashCode() |
public NotDependencyFilter(DependencyFilter filter)
filter - The filter to negate, must not be null.public boolean accept(DependencyNode node, List<DependencyNode> parents)
accept in interface DependencyFilterCopyright © 2010–2022 The Apache Software Foundation. All rights reserved.