Uses of Class
org.apache.ivy.plugins.conflict.AbstractConflictManager
-
Packages that use AbstractConflictManager Package Description org.apache.ivy.plugins.conflict -
-
Uses of AbstractConflictManager in org.apache.ivy.plugins.conflict
Subclasses of AbstractConflictManager in org.apache.ivy.plugins.conflict Modifier and Type Class Description class
FixedConflictManager
class
LatestCompatibleConflictManager
This conflict manager can be used to allow only compatible dependencies to be used together (like the strict conflict manager), but it has the advantage of using a best effort algorithm to find a set of compatible dependencies, even if it requires stepping back to older revisions (as long as they are in the set of compatibility).class
LatestConflictManager
class
NoConflictManager
class
RegexpConflictManager
A ConflictManager that can be used to resolve conflicts based on regular expressions of the revision of the module.class
StrictConflictManager
-