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