|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ivy.plugins.conflict.AbstractConflictManager
org.apache.ivy.plugins.conflict.FixedConflictManager
public class FixedConflictManager
Constructor Summary | |
---|---|
FixedConflictManager(java.lang.String[] revs)
|
Method Summary | |
---|---|
java.util.Collection |
getRevs()
|
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 org.apache.ivy.plugins.conflict.AbstractConflictManager |
---|
getName, getSettings, handleAllBlacklistedRevisions, setName, setSettings, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FixedConflictManager(java.lang.String[] revs)
Method Detail |
---|
public java.util.Collection resolveConflicts(IvyNode parent, java.util.Collection conflicts)
ConflictManager
parent
- the ivy node parent for which the conflict is to be resolvedconflicts
- the collection of IvyNode to check for conflicts
public java.util.Collection getRevs()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |