public final class ConflictMarker extends Object implements org.eclipse.aether.collection.DependencyGraphTransformer
Map<DependencyNode, Object> where dependency nodes that belong to the same
 conflict group will have an equal conflict identifier. This map is stored using the key
 TransformationContextKeys.CONFLICT_IDS.| Constructor and Description | 
|---|
| ConflictMarker() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.eclipse.aether.graph.DependencyNode | transformGraph(org.eclipse.aether.graph.DependencyNode node,
                            org.eclipse.aether.collection.DependencyGraphTransformationContext context)After the execution of this method, every DependencyNode with an attached dependency is member of one conflict
 group. | 
public ConflictMarker()
public org.eclipse.aether.graph.DependencyNode transformGraph(org.eclipse.aether.graph.DependencyNode node, org.eclipse.aether.collection.DependencyGraphTransformationContext context) throws org.eclipse.aether.RepositoryException
transformGraph in interface org.eclipse.aether.collection.DependencyGraphTransformerorg.eclipse.aether.RepositoryExceptionDependencyGraphTransformer.transformGraph(DependencyNode, DependencyGraphTransformationContext)Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.