Class LatestConflictManager

java.lang.Object
org.apache.ivy.plugins.conflict.AbstractConflictManager
org.apache.ivy.plugins.conflict.LatestConflictManager
All Implemented Interfaces:
ConflictManager, IvySettingsAware
Direct Known Subclasses:
LatestCompatibleConflictManager

public class LatestConflictManager extends AbstractConflictManager
  • Constructor Details

    • LatestConflictManager

      public LatestConflictManager()
    • LatestConflictManager

      public LatestConflictManager(LatestStrategy strategy)
    • LatestConflictManager

      public LatestConflictManager(String name, LatestStrategy strategy)
  • Method Details

    • resolveConflicts

      public Collection<IvyNode> resolveConflicts(IvyNode parent, Collection<IvyNode> 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. This method can be called with IvyNodes which are not yet loaded. If this conflict manager is not able to resolve conflicts with the current data found in the IvyNodes and need them to be fully loaded, it will return null to indicate that no conflict resolution has been done.
      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, or null if conflict management resolution is not possible yet
    • toArtifactInfo

      protected ArtifactInfo[] toArtifactInfo(Collection<IvyNode> conflicts)
    • getStrategy

      public LatestStrategy getStrategy()
    • setLatest

      public void setLatest(String strategyName)
      To conform to configurator API
      Parameters:
      strategyName - ditto
    • setStrategy

      public void setStrategy(LatestStrategy strategy)
    • toString

      public String toString()
      Overrides:
      toString in class AbstractConflictManager