Uses of Class
difflib.PatchFailedException

Packages that use PatchFailedException
difflib The difflib package implements general operation with diff files. 
 

Uses of PatchFailedException in difflib
 

Methods in difflib that throw PatchFailedException
 List<?> Patch.applyTo(List<?> target)
          Apply this patch to the given target
 void InsertDelta.applyTo(List<Object> target)
          Applies this delta as the patch for a given target
abstract  void Delta.applyTo(List<Object> target)
          Applies this delta as the patch for a given target
 void DeleteDelta.applyTo(List<Object> target)
          Applies this delta as the patch for a given target
 void ChangeDelta.applyTo(List<Object> target)
          Applies this delta as the patch for a given target
static List<?> DiffUtils.patch(List<?> original, Patch patch)
          Patch the original text with given patch
 void InsertDelta.verify(List<?> target)
           
abstract  void Delta.verify(List<?> target)
          Verifies that this delta can be used to patch the given text.
 void DeleteDelta.verify(List<?> target)
           
 void Chunk.verify(List<?> target)
          Verifies that this chunk's saved text matches the corresponding text in the given sequence.
 void ChangeDelta.verify(List<?> target)
          Verifies that this delta can be used to patch the given text.
 



Copyright © 2012. All Rights Reserved.