public final class ConflictMarker extends Object implements 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 |
|---|---|
DependencyNode |
transformGraph(DependencyNode node,
DependencyGraphTransformationContext context)
After the execution of this method, every DependencyNode with an attached dependency is member of one conflict
group.
|
public ConflictMarker()
public DependencyNode transformGraph(DependencyNode node, DependencyGraphTransformationContext context) throws RepositoryException
transformGraph in interface DependencyGraphTransformerRepositoryExceptionDependencyGraphTransformer.transformGraph(DependencyNode, DependencyGraphTransformationContext)Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.