ResourceLocationChange
s have been replaced by
ResourceAttachmentChange
s of kind Move.@Deprecated public class ResourceLocationChangeMerger extends AbstractMerger
AbstractMerger
will be used to merge resource location changes.IMerger.Registry, IMerger.Registry2, IMerger.RegistryImpl
mergeOptions, SUB_DIFF_AWARE_OPTION
Constructor and Description |
---|
ResourceLocationChangeMerger()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
accept(Diff diff,
boolean rightToLeft)
Deprecated.
Accept the given difference.
|
boolean |
isMergerFor(Diff target)
Deprecated.
Check if the merger is a good candidate to merge the given difference.
|
protected void |
reject(Diff diff,
boolean rightToLeft)
Deprecated.
Reject the given difference.
|
addAt, apply, copyDiff, copyLeftToRight, copyRightToLeft, createCopy, getDirectMergeDependencies, getDirectResultingMerges, getDirectResultingRejections, getImpliedMerges, getLogicallyResultingMerges, getMergeOptions, getMergerDelegate, getMergerDelegate, getRanking, getRegistry, isAccepting, isAdd, isInTerminalState, isSet, isUnset, mergeDiff, setMergeOptions, setRanking, setRegistry
public boolean isMergerFor(Diff target)
target
- The given target difference.IMerger.isMergerFor(org.eclipse.emf.compare.Diff)
protected void accept(Diff diff, boolean rightToLeft)
AbstractMerger
accept
in class AbstractMerger
diff
- the difference to mergerightToLeft
- the direction of the mergeprotected void reject(Diff diff, boolean rightToLeft)
AbstractMerger
reject
in class AbstractMerger
diff
- the difference to mergerightToLeft
- the direction of the merge
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.