Package | Description |
---|---|
org.eclipse.aether.collection | |
org.eclipse.aether.internal.test.util | |
org.eclipse.aether.util.graph.transformer |
Modifier and Type | Method and Description |
---|---|
DependencyNode |
DependencyGraphTransformer.transformGraph(DependencyNode node,
DependencyGraphTransformationContext context)
Transforms the dependency graph denoted by the specified root node.
|
Modifier and Type | Method and Description |
---|---|
static DependencyGraphTransformationContext |
TestUtils.newTransformationContext(RepositorySystemSession session)
Creates a new dependency graph transformation context.
|
Modifier and Type | Method and Description |
---|---|
ConflictResolver.VersionSelector |
ConflictResolver.VersionSelector.getInstance(DependencyNode root,
DependencyGraphTransformationContext context)
Retrieves the version selector for use during the specified graph transformation.
|
ConflictResolver.ScopeSelector |
ConflictResolver.ScopeSelector.getInstance(DependencyNode root,
DependencyGraphTransformationContext context)
Retrieves the scope selector for use during the specified graph transformation.
|
ConflictResolver.ScopeDeriver |
ConflictResolver.ScopeDeriver.getInstance(DependencyNode root,
DependencyGraphTransformationContext context)
Retrieves the scope deriver for use during the specified graph transformation.
|
ConflictResolver.OptionalitySelector |
ConflictResolver.OptionalitySelector.getInstance(DependencyNode root,
DependencyGraphTransformationContext context)
Retrieves the optionality selector for use during the specified graph transformation.
|
DependencyNode |
NoopDependencyGraphTransformer.transformGraph(DependencyNode node,
DependencyGraphTransformationContext context) |
DependencyNode |
JavaDependencyContextRefiner.transformGraph(DependencyNode node,
DependencyGraphTransformationContext context) |
DependencyNode |
ChainedDependencyGraphTransformer.transformGraph(DependencyNode node,
DependencyGraphTransformationContext context) |
DependencyNode |
ConflictIdSorter.transformGraph(DependencyNode node,
DependencyGraphTransformationContext context) |
DependencyNode |
ConflictMarker.transformGraph(DependencyNode node,
DependencyGraphTransformationContext context)
After the execution of this method, every DependencyNode with an attached dependency is member of one conflict
group.
|
DependencyNode |
ConflictResolver.transformGraph(DependencyNode node,
DependencyGraphTransformationContext context) |
Copyright © 2010–2013 The Eclipse Foundation. All rights reserved.