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.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. inclide some conflict statements in the result, like git does it.