public interface DependencySelector
equals() method.RepositorySystemSession.getDependencySelector(),
RepositorySystem.collectDependencies(org.sonatype.aether.RepositorySystemSession,
CollectRequest)| Modifier and Type | Method and Description |
|---|---|
DependencySelector |
deriveChildSelector(DependencyCollectionContext context)
Derives a dependency selector for the specified collection context.
|
boolean |
selectDependency(Dependency dependency)
Applies exclusions to the specified dependency.
|
boolean selectDependency(Dependency dependency)
dependency - The dependency to filter, must not be null.false if the dependency should be excluded from the children of the current node, true
otherwise.DependencySelector deriveChildSelector(DependencyCollectionContext context)
context - The dependency collection context, must not be null.null.Copyright © 2010-2014 Sonatype, Inc.. All Rights Reserved.