public final class ScopeDependencyFilter extends Object implements org.eclipse.aether.graph.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.
|
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(org.eclipse.aether.graph.DependencyNode node, List<org.eclipse.aether.graph.DependencyNode> parents)
accept
in interface org.eclipse.aether.graph.DependencyFilter
Copyright © 2010-2015 The Eclipse Foundation. All Rights Reserved.