Uses of Interface
org.eclipse.aether.collection.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
Modifier 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
Modifier and TypeClassDescriptionclass
Default implementation ofDependencyGraphTransformationContext
. -
Uses of DependencyGraphTransformationContext in org.eclipse.aether.internal.test.util
Modifier and TypeMethodDescriptionTestUtils.newTransformationContext
(RepositorySystemSession session) Creates a new dependency graph transformation context. -
Uses of DependencyGraphTransformationContext in org.eclipse.aether.util.graph.transformer
Modifier 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) NoopDependencyGraphTransformer.transformGraph
(DependencyNode node, DependencyGraphTransformationContext context)