| Package | Description |
|---|---|
| org.eclipse.aether.util.graph.transformer |
Various dependency graph transformers for post-processing a dependency graph.
|
| Modifier and Type | Method | 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 | Description |
|---|---|---|
java.util.Collection<ConflictResolver.ConflictItem> |
ConflictResolver.ConflictContext.getItems() |
Gets the collection of conflict items in this context.
|
| Modifier and Type | Method | 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 | Description |
|---|---|
ConflictContext(org.eclipse.aether.graph.DependencyNode root,
java.lang.Object conflictId,
java.util.Map<org.eclipse.aether.graph.DependencyNode,java.lang.Object> conflictIds,
java.util.Collection<ConflictResolver.ConflictItem> items) |
Creates a new conflict context.
|