public final class ScopeDependencyFilter extends Object implements DependencyFilter
Dependency.getScope()| Constructor and Description |
|---|
ScopeDependencyFilter(Collection<String> included,
Collection<String> excluded)
Creates a new filter using the specified includes and excludes.
|
ScopeDependencyFilter(String... excluded)
Creates a new filter using the specified excludes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(DependencyNode node,
List<DependencyNode> parents) |
boolean |
equals(Object obj) |
int |
hashCode() |
public ScopeDependencyFilter(Collection<String> included, Collection<String> excluded)
included - The set of scopes to include, may be null or empty to include any scope.excluded - The set of scopes to exclude, may be null or empty to exclude no scope.public ScopeDependencyFilter(String... excluded)
excluded - The set of scopes to exclude, may be null or empty to exclude no scope.public boolean accept(DependencyNode node, List<DependencyNode> parents)
accept in interface DependencyFilterCopyright © 2010–2022 The Apache Software Foundation. All rights reserved.