Class Summary |
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 nothing. |
TransformationContextKeys |
A collection of keys used by the dependency graph transformers when exchanging information via the graph
transformation context. |