Uses of Class
org.eclipse.aether.util.graph.transformer.ConflictResolver.ConflictItem
Packages that use 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
Methods in org.eclipse.aether.util.graph.transformer that return ConflictResolver.ConflictItemModifier and TypeMethodDescriptionConflictResolver.ConflictContext.getWinner()Gets the conflict item which has been selected as the winner among the conflicting dependencies.Methods in org.eclipse.aether.util.graph.transformer that return types with arguments of type ConflictResolver.ConflictItemModifier and TypeMethodDescriptionConflictResolver.ConflictContext.getItems()Gets the collection of conflict items in this context.Methods in org.eclipse.aether.util.graph.transformer with parameters of type ConflictResolver.ConflictItemModifier and TypeMethodDescriptionbooleanConflictResolver.ConflictItem.isSibling(ConflictResolver.ConflictItem item) Determines whether the specified conflict item is a sibling of this item.voidConflictResolver.ConflictContext.setWinner(ConflictResolver.ConflictItem winner) Sets the conflict item which has been selected as the winner among the conflicting dependencies.Constructor parameters in org.eclipse.aether.util.graph.transformer with type arguments of type ConflictResolver.ConflictItemModifierConstructorDescriptionConflictContext(org.eclipse.aether.graph.DependencyNode root, Object conflictId, Map<org.eclipse.aether.graph.DependencyNode, Object> conflictIds, Collection<ConflictResolver.ConflictItem> items) Creates a new conflict context.