org.apache.ivy.plugins.conflict
public class LatestConflictManager extends AbstractConflictManager
| Nested Class Summary | |
|---|---|
| protected static class | LatestConflictManager.IvyNodeArtifactInfo |
| static class | LatestConflictManager.NoConflictResolvedYetException |
| Constructor Summary | |
|---|---|
| LatestConflictManager() | |
| LatestConflictManager(LatestStrategy strategy) | |
| LatestConflictManager(String name, LatestStrategy strategy) | |
| Method Summary | |
|---|---|
| LatestStrategy | getStrategy() |
| Collection | resolveConflicts(IvyNode parent, Collection conflicts) |
| void | setLatest(String strategyName)
To conform to configurator API
|
| void | setStrategy(LatestStrategy strategy) |
| protected ArtifactInfo[] | toArtifactInfo(Collection conflicts) |
| String | toString() |
Parameters: latestStrategy