Class UnifiedDiff
java.lang.Object
org.eclipse.compare.unifieddiff.UnifiedDiff
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionstatic UnifiedDiff.Buildercreate(ITextEditor editor, String source, UnifiedDiffMode mode) Shows the unified diff in the given editor.
-
Method Details
-
create
Shows the unified diff in the given editor.- Parameters:
editor- the text editor where the diff will be shownsource- the source content to comparemode- the mode in which the diff will be displayed- Returns:
- a builder to configure and open the unified diff
-