Uses of Class
org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Package
Description
Various dependency graph transformers for post-processing a dependency graph.
-
Uses of ConflictResolver.ConflictItem in org.eclipse.aether.util.graph.transformer
Modifier and TypeMethodDescriptionConflictResolver.ConflictContext.getWinner()
Gets the conflict item which has been selected as the winner among the conflicting dependencies.Modifier and TypeMethodDescriptionConflictResolver.ConflictContext.getItems()
Gets the collection of conflict items in this context.Modifier and TypeMethodDescriptionboolean
ConflictResolver.ConflictItem.isSibling
(ConflictResolver.ConflictItem item) Determines whether the specified conflict item is a sibling of this item.void
ConflictResolver.ConflictContext.setWinner
(ConflictResolver.ConflictItem winner) Sets the conflict item which has been selected as the winner among the conflicting dependencies.ModifierConstructorDescriptionConflictContext
(DependencyNode root, Object conflictId, Map<DependencyNode, Object> conflictIds, Collection<ConflictResolver.ConflictItem> items) Creates a new conflict context.