Uses of Class
org.eclipse.aether.util.graph.transformer.ConflictResolver.NodeInfo
-
Packages that use ConflictResolver.NodeInfo Package Description org.eclipse.aether.util.graph.transformer Various dependency graph transformers for post-processing a dependency graph. -
-
Uses of ConflictResolver.NodeInfo in org.eclipse.aether.util.graph.transformer
Fields in org.eclipse.aether.util.graph.transformer with type parameters of type ConflictResolver.NodeInfo Modifier and Type Field 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 containnull
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).
-