Class UnifiedDiff

java.lang.Object
org.eclipse.compare.unifieddiff.UnifiedDiff

public final class UnifiedDiff extends Object
  • Method Details

    • create

      public static UnifiedDiff.Builder create(ITextEditor editor, String source, UnifiedDiffMode mode)
      Shows the unified diff in the given editor.
      Parameters:
      editor - the text editor where the diff will be shown
      source - the source content to compare
      mode - the mode in which the diff will be displayed
      Returns:
      a builder to configure and open the unified diff