Uses of Interface
com.github.difflib.patch.ConflictOutput
Packages that use ConflictOutput
-
Uses of ConflictOutput in com.github.difflib.patch
Fields in com.github.difflib.patch declared as ConflictOutputModifier and TypeFieldDescriptionfinal ConflictOutput
<T> Standard Patch behaviour to throw an exception for pathching conflicts.static final ConflictOutput
<String> Git like merge conflict output.private ConflictOutput
<T> Patch.conflictOutput
Methods in com.github.difflib.patch with parameters of type ConflictOutputModifier and TypeMethodDescriptionPatch.withConflictOutput
(ConflictOutput<T> conflictOutput) Alter normal conflict output behaviour to e.g.