Package | Description |
---|---|
org.eclipse.aether.util.graph.transformer |
Various dependency graph transformers for post-processing a dependency graph.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.util.List<DependencyNode>,ConflictResolver.NodeInfo> |
ConflictResolver.State.infos
The (conceptual) mapping from nodes to extra infos, technically keyed by the node's child list which better
captures the identity of a node since we're basically concerned with effects towards children.
|
(package private) java.util.List<ConflictResolver.NodeInfo> |
ConflictResolver.State.parentInfos
The stack of node infos for parent nodes, may contain
null which is used to disable creating new
conflict items when visiting their parent again (conflict items are meant to be unique by parent-node combo). |