fr.jayasoft.ivy.conflict
Class StrictConflictManager

java.lang.Object
  extended byfr.jayasoft.ivy.conflict.AbstractConflictManager
      extended byfr.jayasoft.ivy.conflict.StrictConflictManager
All Implemented Interfaces:
ConflictManager, IvyAware

public class StrictConflictManager
extends AbstractConflictManager


Constructor Summary
StrictConflictManager()
           
 
Method Summary
 java.util.Collection resolveConflicts(IvyNode parent, java.util.Collection conflicts)
          Resolves the eventual conflicts found in the given collection of IvyNode.
 
Methods inherited from class fr.jayasoft.ivy.conflict.AbstractConflictManager
getIvy, getName, setIvy, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StrictConflictManager

public StrictConflictManager()
Method Detail

resolveConflicts

public java.util.Collection resolveConflicts(IvyNode parent,
                                             java.util.Collection conflicts)
Description copied from interface: ConflictManager
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