|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConflictManager
Method Summary | |
---|---|
java.lang.String |
getName()
|
void |
handleAllBlacklistedRevisions(DependencyDescriptor dd,
java.util.Collection foundBlacklisted)
Method called when all revisions available for a version constraint have been blacklisted, and thus the dependency can't be resolved. |
java.util.Collection |
resolveConflicts(IvyNode parent,
java.util.Collection conflicts)
Resolves the eventual conflicts found in the given collection of IvyNode. |
Method Detail |
---|
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 conflicts
java.lang.String getName()
void handleAllBlacklistedRevisions(DependencyDescriptor dd, java.util.Collection foundBlacklisted)
This will never happen if the conflict manager doesn't blacklist any module, so providing an empty implementation in this case is fine.
dd
- the dependency descriptor for which all revisions are blacklisted.foundBlacklisted
- the list of all ModuleRevisionId found which are blacklisted
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |