Uses of Interface
org.eclipse.aether.collection.DependencyCollectionContext
Packages that use 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
Methods in org.eclipse.aether.collection with parameters of type DependencyCollectionContextModifier 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
Classes in org.eclipse.aether.internal.impl.collect that implement DependencyCollectionContextModifier and TypeClassDescriptionfinal classInternal helper class for collector implementations. -
Uses of DependencyCollectionContext in org.eclipse.aether.internal.impl.scope
Methods in org.eclipse.aether.internal.impl.scope with parameters of type DependencyCollectionContextModifier and TypeMethodDescriptionOptionalDependencySelector.deriveChildSelector(DependencyCollectionContext context) ScopeDependencySelector.deriveChildSelector(DependencyCollectionContext context) -
Uses of DependencyCollectionContext in org.eclipse.aether.internal.test.util
Methods in org.eclipse.aether.internal.test.util that return DependencyCollectionContextModifier and TypeMethodDescriptionstatic DependencyCollectionContextTestUtils.newCollectionContext(RepositorySystemSession session, Artifact artifact, Dependency dependency, List<Dependency> managedDependencies) Creates a new dependency collection context.static DependencyCollectionContextTestUtils.newCollectionContext(RepositorySystemSession session, Dependency dependency, List<Dependency> managedDependencies) Creates a new dependency collection context. -
Uses of DependencyCollectionContext in org.eclipse.aether.util.graph.manager
Methods in org.eclipse.aether.util.graph.manager with parameters of type DependencyCollectionContextModifier and TypeMethodDescriptionAbstractDependencyManager.deriveChildManager(DependencyCollectionContext context) ClassicDependencyManager.deriveChildManager(DependencyCollectionContext context) NoopDependencyManager.deriveChildManager(DependencyCollectionContext context) -
Uses of DependencyCollectionContext in org.eclipse.aether.util.graph.selector
Methods in org.eclipse.aether.util.graph.selector with parameters of type DependencyCollectionContextModifier and TypeMethodDescriptionAndDependencySelector.deriveChildSelector(DependencyCollectionContext context) ExclusionDependencySelector.deriveChildSelector(DependencyCollectionContext context) OptionalDependencySelector.deriveChildSelector(DependencyCollectionContext context) Deprecated.ScopeDependencySelector.deriveChildSelector(DependencyCollectionContext context) Deprecated.StaticDependencySelector.deriveChildSelector(DependencyCollectionContext context) -
Uses of DependencyCollectionContext in org.eclipse.aether.util.graph.traverser
Methods in org.eclipse.aether.util.graph.traverser with parameters of type DependencyCollectionContextModifier and TypeMethodDescriptionAndDependencyTraverser.deriveChildTraverser(DependencyCollectionContext context) FatArtifactTraverser.deriveChildTraverser(DependencyCollectionContext context) Deprecated.StaticDependencyTraverser.deriveChildTraverser(DependencyCollectionContext context) -
Uses of DependencyCollectionContext in org.eclipse.aether.util.graph.version
Methods in org.eclipse.aether.util.graph.version with parameters of type DependencyCollectionContextModifier 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)