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 DependencyNode transformGraph(DependencyNode node, DependencyGraphTransformationContext context) throws RepositoryException
transformGraph in interface DependencyGraphTransformernode - The root node of the (possibly cyclic!) graph to transform, must not be null.context - The graph transformation context, must not be null.null.RepositoryException - If the transformation failed.DependencyGraphTransformer.transformGraph(DependencyNode, DependencyGraphTransformationContext)Copyright © 2010-2014 The Eclipse Foundation. All Rights Reserved.