Uses of Class
org.apache.wicket.util.diff.ToString

Packages that use ToString
org.apache.wicket.util.diff The diff package implements the differencing engine that JRCS uses. 
 

Uses of ToString in org.apache.wicket.util.diff
 

Subclasses of ToString in org.apache.wicket.util.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 part 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.
 



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