org.eclipse.aether.collection.DependencyGraphTransformerpublic final class ConflictMarker extends java.lang.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 | Description |
|---|---|
ConflictMarker() |
| Modifier and Type | Method | 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)