public static interface IMerger.Registry2 extends IMerger.Registry
Modifier and Type | Method and Description |
---|---|
Iterator<IMerger> |
getMergersByRankDescending(Diff diff,
IMergeCriterion criterion)
Provide the merger with the highest ranking among those that:
Are compatible with the given diff;
Match the given non-null criterion.
|
add, clear, getHighestRankingMerger, getMergers, remove
Iterator<IMerger> getMergersByRankDescending(Diff diff, IMergeCriterion criterion)
diff
- The diffcriterion
- The criterion
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.