public final class ExclusionsDependencyFilter extends Object implements org.eclipse.aether.graph.DependencyFilter
| Constructor and Description |
|---|
ExclusionsDependencyFilter(Collection<String> excludes)
Creates a new filter using the specified exclude patterns.
|
| 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 ExclusionsDependencyFilter(Collection<String> excludes)
groupId:artifactId (recommended) or just artifactId (deprecated).excludes - The exclude patterns, may be null or empty to exclude no artifacts.Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.