|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonatype.aether.util.graph.transformer.TransformationContextKeys
public final class TransformationContextKeys
A collection of keys used by the dependency graph transformers when exchanging information via the graph transformation context.
DependencyGraphTransformationContext.get(Object)
Field Summary | |
---|---|
static Object |
CONFLICT_IDS
The key in the graph transformation context where a Map<DependencyNode, Object> is stored which maps
dependency nodes to their conflict ids. |
static Object |
CYCLIC_CONFLICT_IDS
The key in the graph transformation context where a Boolean is stored that indicates whether the
dependencies between conflict ids form a cycle. |
static Object |
SORTED_CONFLICT_IDS
The key in the graph transformation context where a List<Object> is stored that denotes a topological
sorting of the conflict ids. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Object CONFLICT_IDS
Map<DependencyNode, Object>
is stored which maps
dependency nodes to their conflict ids. All nodes that map to an equal conflict id belong to the same group of
conflicting dependencies. Note that the map keys use reference equality.
ConflictMarker
public static final Object SORTED_CONFLICT_IDS
List<Object>
is stored that denotes a topological
sorting of the conflict ids.
ConflictIdSorter
public static final Object CYCLIC_CONFLICT_IDS
Boolean
is stored that indicates whether the
dependencies between conflict ids form a cycle.
ConflictIdSorter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |