public interface ConflictManager
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.util.Collection |
resolveConflicts(IvyNode parent,
java.util.Collection conflicts)
Resolves the eventual conflicts found in the given collection of IvyNode.
|
java.util.Collection resolveConflicts(IvyNode parent, java.util.Collection conflicts)
parent - the ivy node parent for which the conflict is to be resolvedconflicts - the collection of IvyNode to check for conflictsjava.lang.String getName()