Uses of Class
com.github.difflib.patch.PatchFailedException
-
Packages that use PatchFailedException Package Description com.github.difflib com.github.difflib.patch com.github.difflib.unifieddiff This is the new implementation of UnifiedDiff Tools. -
-
Uses of PatchFailedException in com.github.difflib
Methods in com.github.difflib that throw PatchFailedException Modifier and Type Method Description static <T> List<T>DiffUtils. patch(List<T> original, Patch<T> patch)Patch the original text with given patch -
Uses of PatchFailedException in com.github.difflib.patch
Methods in com.github.difflib.patch that throw PatchFailedException Modifier and Type Method Description protected abstract voidAbstractDelta. applyTo(List<T> target)protected voidChangeDelta. applyTo(List<T> target)protected voidDeleteDelta. applyTo(List<T> target)protected voidEqualDelta. applyTo(List<T> target)protected voidInsertDelta. applyTo(List<T> target)List<T>Patch. applyTo(List<T> target)Apply this patch to the given targetvoidConflictOutput. processConflict(VerifyChunk verifyChunk, AbstractDelta<T> delta, List<T> result)protected VerifyChunkAbstractDelta. verifyAntApplyTo(List<T> target)VerifyChunkChunk. verifyChunk(List<T> target)Verifies that this chunk's saved text matches the corresponding text in the given sequence.protected VerifyChunkAbstractDelta. verifyChunkToFitTarget(List<T> target)Verify the chunk of this delta, to fit the target. -
Uses of PatchFailedException in com.github.difflib.unifieddiff
Methods in com.github.difflib.unifieddiff that throw PatchFailedException Modifier and Type Method Description List<String>UnifiedDiff. applyPatchTo(Predicate<String> findFile, List<String> originalLines)
-