Uses of Interface
com.github.difflib.patch.ConflictOutput
-
Packages that use ConflictOutput Package Description com.github.difflib.patch -
-
Uses of ConflictOutput in com.github.difflib.patch
Fields in com.github.difflib.patch declared as ConflictOutput Modifier and Type Field Description ConflictOutput<T>Patch. CONFLICT_PRODUCES_EXCEPTIONStandard Patch behaviour to throw an exception for pathching conflicts.static ConflictOutput<java.lang.String>Patch. CONFLICT_PRODUCES_MERGE_CONFLICTGit like merge conflict output.private ConflictOutput<T>Patch. conflictOutputMethods in com.github.difflib.patch with parameters of type ConflictOutput Modifier and Type Method Description PatchPatch. withConflictOutput(ConflictOutput<T> conflictOutput)Alter normal conflict output behaviour to e.g.
-