| Package | Description | 
|---|---|
| org.eclipse.aether.util.graph.transformer | Various dependency graph transformers for post-processing a dependency graph. | 
| Modifier and Type | Method and Description | 
|---|---|
| ConflictResolver.ConflictItem | ConflictResolver.ConflictContext. getWinner()Gets the conflict item which has been selected as the winner among the conflicting dependencies. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ConflictResolver.ConflictItem> | ConflictResolver.ConflictContext. getItems()Gets the collection of conflict items in this context. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | 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. | 
| Constructor and Description | 
|---|
| ConflictResolver.ConflictContext(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. | 
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.