| Class | Description |
|---|---|
| ChainedDependencyGraphTransformer |
A dependency graph transformer that chains other transformers.
|
| ConflictIdSorter |
A dependency graph transformer that creates a topological sorting of the conflict ids which have been assigned to the
dependency nodes.
|
| ConflictMarker |
A dependency graph transformer that identifies conflicting dependencies.
|
| JavaDependencyContextRefiner |
A dependency graph transformer that refines the request context for nodes that belong to the "project" context by
appending the classpath type to which the node belongs.
|
| JavaEffectiveScopeCalculator |
A dependency graph transformer that handles scope inheritance and conflict resolution among conflicting scopes as
seen in Maven 2.x.
|
| NearestVersionConflictResolver |
A dependency graph transformer that resolves version conflicts using the nearest-wins strategy.
|
| NoopDependencyGraphTransformer |
A dependency graph transformer that does not perform any changes on its input.
|
| TransformationContextKeys |
A collection of keys used by the dependency graph transformers when exchanging information via the graph
transformation context.
|
Copyright © 2010-2012 The Eclipse Foundation. All Rights Reserved.