Uses of Interface
org.eclipse.aether.collection.DependencyCollectionContext
Package
Description
The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
-
Uses of DependencyCollectionContext in org.eclipse.aether.collection
Modifier and TypeMethodDescriptionVersionFilter.deriveChildFilter
(DependencyCollectionContext context) Derives a version filter for the specified collection context.DependencyManager.deriveChildManager
(DependencyCollectionContext context) Derives a dependency manager for the specified collection context.DependencySelector.deriveChildSelector
(DependencyCollectionContext context) Derives a dependency selector for the specified collection context.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.