Uses of Class
org.eclipse.emf.compare.command.impl.AbstractCopyCommand
-
Packages that use AbstractCopyCommand Package Description org.eclipse.emf.compare.command.impl -
-
Uses of AbstractCopyCommand in org.eclipse.emf.compare.command.impl
Subclasses of AbstractCopyCommand in org.eclipse.emf.compare.command.impl Modifier and Type Class Description class
CopyCommand
Deprecated.UseMergeCommand
instead.class
MergeAllNonConflictingCommand
A merge command that merges all non-conflicting differences of the given comparison in either direction.class
MergeCommand
A merge command that delegates itMergeCommand.doExecute()
to theIMergeRunnable.merge(List, boolean, IMerger.Registry)
method.
-