|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.aether.util.graph.transformer.ConflictMarker
public class ConflictMarker
A dependency graph transformer that identifies conflicting dependencies. When this transformer has executed, the
transformation context holds a 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 Summary | |
|---|---|
ConflictMarker()
|
|
| Method Summary | |
|---|---|
DependencyNode |
transformGraph(DependencyNode node,
DependencyGraphTransformationContext context)
After the execution of this method, every DependencyNode with an attached dependency is member of one conflict group. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConflictMarker()
| Method Detail |
|---|
public DependencyNode transformGraph(DependencyNode node,
DependencyGraphTransformationContext context)
throws RepositoryException
transformGraph in interface DependencyGraphTransformernode - The root node of the 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||