Uses of Class
org.apache.commons.jrcs.util.ToString

Packages that use ToString
org.apache.commons.jrcs.diff The diff package implements the differencing engine that JRCS uses. 
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. 
 

Uses of ToString in org.apache.commons.jrcs.diff
 

Subclasses of ToString in org.apache.commons.jrcs.diff
 class AddDelta
          Holds an add-delta between to revisions of a text.
 class ChangeDelta
          Holds an change-delta between to revisions of a text.
 class Chunk
          Holds a information about a parrt of the text involved in a differencing or patching operation.
 class DeleteDelta
          Holds a delete-delta between to revisions of a text.
 class Delta
          Holds a "delta" difference between to revisions of a text.
 class Diff
          Implements a differencing engine that works on arrays of Object.
 class Revision
          A Revision holds the series of deltas that describe the differences between two sequences.
 

Uses of ToString in org.apache.commons.jrcs.rcs
 

Subclasses of ToString in org.apache.commons.jrcs.rcs
 class Archive
          Handling of RCS/CVS style version control archives.
 class Node
          Ancestor to all nodes in a version control Archive.
 class Version
          Contains and manages a version number of the form "x(\.y)*".
 



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