Uses of Package
difflib

Packages that use difflib
difflib The difflib package implements general operation with diff files. 
difflib.myers The diff.myers package implements Gene Myers' differencing algorithm. 
 

Classes in difflib used by difflib
Chunk
          Holds the information about the part of text involved in the diff process Text is represented as Object[] because the diff engine is capable of handling more than plain ascci.
Delta
          Describes the delta between original and revised texts.
Delta.TYPE
          Specifies the type of the delta.
DiffAlgorithm
          The general interface for computing diffs between two lists of elements of type T.
DiffException
          Base class for all exceptions emanating from this package.
DiffRow
          Describes the diff row in form [tag, oldLine, newLine) for showing the difference between two texts
DiffRow.Tag
           
DiffRowGenerator
          This class for generating DiffRows for side-by-sidy view.
DiffRowGenerator.Builder
          This class used for building the DiffRowGenerator.
Patch
          Describes the patch holding all deltas between the original and revised texts.
PatchFailedException
          Thrown whenever a delta cannot be applied as a patch to a given text.
 

Classes in difflib used by difflib.myers
DiffAlgorithm
          The general interface for computing diffs between two lists of elements of type T.
Patch
          Describes the patch holding all deltas between the original and revised texts.
 



Copyright © 2009-2013. All Rights Reserved.