fr.jayasoft.ivy
Interface ConflictManager


public interface ConflictManager


Method Summary
 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.
 

Method Detail

resolveConflicts

java.util.Collection resolveConflicts(IvyNode parent,
                                      java.util.Collection conflicts)
Resolves the eventual conflicts found in the given collection of IvyNode. This method return a Collection of IvyNode which have not been evicted. The given conflicts Collection contains at least one IvyNode.

Parameters:
parent - the ivy node parent for which the conflict is to be resolved
conflicts - the collection of IvyNode to check for conflicts
Returns:
a Collection of IvyNode which have not been evicted

getName

java.lang.String getName()