Interface ICompareCopyCommand

All Superinterfaces:
Command
All Known Implementing Classes:
AbstractCopyCommand, CopyCommand, EMFCompareTextMergeViewer.EditCommand, MergeAllNonConflictingCommand, MergeCommand

public interface ICompareCopyCommand extends Command
Interface of compare copy (merge) command. It knows on which side of the copy will be applied.
  • Method Details

    • isLeftToRight

      boolean isLeftToRight()
      Returns true if the command will be applied from left to right side, false otherwise.
      Returns:
      true if the command will be applied from left to right side, false otherwise.