Uses of Package
org.apache.commons.jrcs.diff

Packages that use org.apache.commons.jrcs.diff
org.apache.commons.jrcs.diff The diff package implements the differencing engine that JRCS uses. 
org.apache.commons.jrcs.diff.myers The diff.myers package implements Gene Myers' differencing algorithm. 
org.apache.commons.jrcs.rcs JRCS is a library that knows how to manipulate the archive files produced by the RCS and CVS version control systems. 
 

Classes in org.apache.commons.jrcs.diff used by org.apache.commons.jrcs.diff
AddDelta
          Holds an add-delta between to revisions of a text.
ChangeDelta
          Holds an change-delta between to revisions of a text.
Chunk
          Holds a information about a parrt of the text involved in a differencing or patching operation.
DeleteDelta
          Holds a delete-delta between to revisions of a text.
Delta
          Holds a "delta" difference between to revisions of a text.
DiffAlgorithm
          A simple interface for implementations of differencing algorithms.
DifferentiationFailedException
          Thrown whenever the differencing engine cannot produce the differences between two revisions of ta text.
DiffException
          Base class for all exceptions emanating from this package.
PatchFailedException
          Thrown whenever a delta cannot be applied as a patch to a given text.
Revision
          A Revision holds the series of deltas that describe the differences between two sequences.
RevisionVisitor
          Definition of a Visitor interface for Revisions See "Design Patterns" by the Gang of Four
 

Classes in org.apache.commons.jrcs.diff used by org.apache.commons.jrcs.diff.myers
DiffAlgorithm
          A simple interface for implementations of differencing algorithms.
DifferentiationFailedException
          Thrown whenever the differencing engine cannot produce the differences between two revisions of ta text.
Revision
          A Revision holds the series of deltas that describe the differences between two sequences.
 

Classes in org.apache.commons.jrcs.diff used by org.apache.commons.jrcs.rcs
DiffException
          Base class for all exceptions emanating from this package.
PatchFailedException
          Thrown whenever a delta cannot be applied as a patch to a given text.
 



Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.