public interface DependencyTraverser
equals() method.RepositorySystemSession.getDependencyTraverser(),
RepositorySystem.collectDependencies(org.sonatype.aether.RepositorySystemSession,
CollectRequest)| Modifier and Type | Method and Description |
|---|---|
DependencyTraverser |
deriveChildTraverser(DependencyCollectionContext context)
Derives a dependency traverser that will be used to decide whether the transitive dependencies of the dependency
given in the collection context shall be traversed.
|
boolean |
traverseDependency(Dependency dependency)
Decides whether the dependencies of the specified dependency should be traversed.
|
boolean traverseDependency(Dependency dependency)
dependency - The dependency to check, must not be null.true if the dependency graph builder should recurse into the specified dependency and process its
dependencies, false otherwise.DependencyTraverser deriveChildTraverser(DependencyCollectionContext context)
context - The dependency collection context, must not be null.null.Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.