Uses of Interface
org.eclipse.aether.collection.DependencyGraphTransformationContext
-
Packages that use DependencyGraphTransformationContext Package Description org.eclipse.aether.collection The types and extension points for collecting the transitive dependencies of an artifact and building a dependency graph.org.eclipse.aether.internal.impl.collect Internal helper classes for dependency collector.org.eclipse.aether.internal.test.util Utility classes to ease unit testing.org.eclipse.aether.util.graph.transformer 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 DependencyGraphTransformationContext Modifier and Type Method Description DependencyNodeDependencyGraphTransformer. 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 DependencyGraphTransformationContext Modifier and Type Class Description (package private) classDefaultDependencyGraphTransformationContext -
Uses of DependencyGraphTransformationContext in org.eclipse.aether.internal.test.util
Classes in org.eclipse.aether.internal.test.util that implement DependencyGraphTransformationContext Modifier and Type Class Description (package private) classTestDependencyGraphTransformationContextMethods in org.eclipse.aether.internal.test.util that return DependencyGraphTransformationContext Modifier and Type Method Description static DependencyGraphTransformationContextTestUtils. 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 DependencyGraphTransformationContext Modifier and Type Method Description ConflictResolver.OptionalitySelectorConflictResolver.OptionalitySelector. getInstance(DependencyNode root, DependencyGraphTransformationContext context)Retrieves the optionality selector for use during the specified graph transformation.ConflictResolver.ScopeDeriverConflictResolver.ScopeDeriver. getInstance(DependencyNode root, DependencyGraphTransformationContext context)Retrieves the scope deriver for use during the specified graph transformation.ConflictResolver.ScopeSelectorConflictResolver.ScopeSelector. getInstance(DependencyNode root, DependencyGraphTransformationContext context)Retrieves the scope selector for use during the specified graph transformation.ConflictResolver.VersionSelectorConflictResolver.VersionSelector. getInstance(DependencyNode root, DependencyGraphTransformationContext context)Retrieves the version selector for use during the specified graph transformation.private intConflictIdSorter. topsortConflictIds(java.util.Collection<ConflictIdSorter.ConflictId> conflictIds, DependencyGraphTransformationContext context)DependencyNodeChainedDependencyGraphTransformer. transformGraph(DependencyNode node, DependencyGraphTransformationContext context)DependencyNodeConflictIdSorter. transformGraph(DependencyNode node, DependencyGraphTransformationContext context)DependencyNodeConflictMarker. transformGraph(DependencyNode node, DependencyGraphTransformationContext context)After the execution of this method, every DependencyNode with an attached dependency is member of one conflict group.DependencyNodeConflictResolver. transformGraph(DependencyNode node, DependencyGraphTransformationContext context)DependencyNodeJavaDependencyContextRefiner. transformGraph(DependencyNode node, DependencyGraphTransformationContext context)DependencyNodeNoopDependencyGraphTransformer. transformGraph(DependencyNode node, DependencyGraphTransformationContext context)Constructors in org.eclipse.aether.util.graph.transformer with parameters of type DependencyGraphTransformationContext Constructor Description State(DependencyNode root, java.util.Map<?,?> conflictIds, int conflictIdCount, DependencyGraphTransformationContext context)
-