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.
Internal helper classes for dependency collector.
Utility classes to ease unit testing.
Various dependency managers for building a dependency graph.
Various dependency selectors for building a dependency graph.
Various dependency traversers for building a dependency graph.
Various version filters for 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. -
Uses of DependencyCollectionContext in org.eclipse.aether.internal.impl.collect
Modifier and TypeClassDescriptionfinal class
Internal helper class for collector implementations. -
Uses of DependencyCollectionContext in org.eclipse.aether.internal.test.util
Modifier and TypeMethodDescriptionstatic DependencyCollectionContext
TestUtils.newCollectionContext
(RepositorySystemSession session, Artifact artifact, Dependency dependency, List<Dependency> managedDependencies) Creates a new dependency collection context.static DependencyCollectionContext
TestUtils.newCollectionContext
(RepositorySystemSession session, Dependency dependency, List<Dependency> managedDependencies) Creates a new dependency collection context. -
Uses of DependencyCollectionContext in org.eclipse.aether.util.graph.manager
Modifier and TypeMethodDescriptionAbstractDependencyManager.deriveChildManager
(DependencyCollectionContext context) ClassicDependencyManager.deriveChildManager
(DependencyCollectionContext context) NoopDependencyManager.deriveChildManager
(DependencyCollectionContext context) -
Uses of DependencyCollectionContext in org.eclipse.aether.util.graph.selector
Modifier and TypeMethodDescriptionAndDependencySelector.deriveChildSelector
(DependencyCollectionContext context) ExclusionDependencySelector.deriveChildSelector
(DependencyCollectionContext context) OptionalDependencySelector.deriveChildSelector
(DependencyCollectionContext context) ScopeDependencySelector.deriveChildSelector
(DependencyCollectionContext context) StaticDependencySelector.deriveChildSelector
(DependencyCollectionContext context) -
Uses of DependencyCollectionContext in org.eclipse.aether.util.graph.traverser
Modifier and TypeMethodDescriptionAndDependencyTraverser.deriveChildTraverser
(DependencyCollectionContext context) FatArtifactTraverser.deriveChildTraverser
(DependencyCollectionContext context) Deprecated.StaticDependencyTraverser.deriveChildTraverser
(DependencyCollectionContext context) -
Uses of DependencyCollectionContext in org.eclipse.aether.util.graph.version
Modifier and TypeMethodDescriptionChainedVersionFilter.deriveChildFilter
(DependencyCollectionContext context) ContextualSnapshotVersionFilter.deriveChildFilter
(DependencyCollectionContext context) HighestVersionFilter.deriveChildFilter
(DependencyCollectionContext context) LowestVersionFilter.deriveChildFilter
(DependencyCollectionContext context) PredicateVersionFilter.deriveChildFilter
(DependencyCollectionContext context) SnapshotVersionFilter.deriveChildFilter
(DependencyCollectionContext context)