Uses of Interface
org.eclipse.aether.collection.DependencyGraphTransformationContext
Packages that use DependencyGraphTransformationContext
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 graph transformers for post-processing a dependency graph.
-
Uses of DependencyGraphTransformationContext in org.eclipse.aether.collection
Methods in org.eclipse.aether.collection with parameters of type DependencyGraphTransformationContextModifier and TypeMethodDescriptionDependencyGraphTransformer.transformGraph
(DependencyNode node, DependencyGraphTransformationContext context) Transforms the dependency graph denoted by the specified root node. -
Uses of DependencyGraphTransformationContext in org.eclipse.aether.internal.impl.collect
Classes in org.eclipse.aether.internal.impl.collect that implement DependencyGraphTransformationContextModifier and TypeClassDescriptionclass
Default implementation ofDependencyGraphTransformationContext
. -
Uses of DependencyGraphTransformationContext in org.eclipse.aether.internal.impl.scope
Methods in org.eclipse.aether.internal.impl.scope with parameters of type DependencyGraphTransformationContextModifier and TypeMethodDescriptionManagedDependencyContextRefiner.transformGraph
(DependencyNode node, DependencyGraphTransformationContext context) -
Uses of DependencyGraphTransformationContext in org.eclipse.aether.internal.test.util
Methods in org.eclipse.aether.internal.test.util that return DependencyGraphTransformationContextModifier and TypeMethodDescriptionTestUtils.newTransformationContext
(RepositorySystemSession session) Creates a new dependency graph transformation context. -
Uses of DependencyGraphTransformationContext in org.eclipse.aether.util.graph.transformer
Methods in org.eclipse.aether.util.graph.transformer with parameters of type DependencyGraphTransformationContextModifier and TypeMethodDescriptionConflictResolver.OptionalitySelector.getInstance
(DependencyNode root, DependencyGraphTransformationContext context) Retrieves the optionality selector for use during the specified graph transformation.ConflictResolver.ScopeDeriver.getInstance
(DependencyNode root, DependencyGraphTransformationContext context) Retrieves the scope deriver for use during the specified graph transformation.ConflictResolver.ScopeSelector.getInstance
(DependencyNode root, DependencyGraphTransformationContext context) Retrieves the scope selector for use during the specified graph transformation.ConflictResolver.VersionSelector.getInstance
(DependencyNode root, DependencyGraphTransformationContext context) Retrieves the version selector for use during the specified graph transformation.ChainedDependencyGraphTransformer.transformGraph
(DependencyNode node, DependencyGraphTransformationContext context) ConflictIdSorter.transformGraph
(DependencyNode node, DependencyGraphTransformationContext context) ConflictMarker.transformGraph
(DependencyNode node, DependencyGraphTransformationContext context) After the execution of this method, every DependencyNode with an attached dependency is member of one conflict group.ConflictResolver.transformGraph
(DependencyNode node, DependencyGraphTransformationContext context) JavaDependencyContextRefiner.transformGraph
(DependencyNode node, DependencyGraphTransformationContext context) Deprecated.NoopDependencyGraphTransformer.transformGraph
(DependencyNode node, DependencyGraphTransformationContext context)