public class FixedConflictManager extends AbstractConflictManager
| Constructor and Description |
|---|
FixedConflictManager(java.lang.String[] revs) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getRevs() |
java.util.Collection<IvyNode> |
resolveConflicts(IvyNode parent,
java.util.Collection<IvyNode> conflicts)
Resolves the eventual conflicts found in the given collection of IvyNode.
|
getName, getSettings, handleAllBlacklistedRevisions, setName, setSettings, toStringpublic java.util.Collection<IvyNode> resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)
ConflictManagerparent - the ivy node parent for which the conflict is to be resolvedconflicts - the collection of IvyNode to check for conflictspublic java.util.Collection<java.lang.String> getRevs()
Copyright ©2007-2022 The Apache Software Foundation, Licensed under Apache License, Version 2.0.