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

Packages that use Revision
org.apache.wicket.util.diff The diff package implements the differencing engine that JRCS uses. 
org.apache.wicket.util.diff.myers The diff.myers package implements Gene Myers' differencing algorithm. 
 

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

Methods in org.apache.wicket.util.diff that return Revision
 Revision Diff.diff(Object[] rev)
          compute the difference between the original and a revision.
 Revision DiffAlgorithm.diff(Object[] orig, Object[] rev)
          Computes the difference between the original sequence and the revised sequence and returns it as a Revision object.
static Revision Diff.diff(Object[] orig, Object[] rev)
          compute the difference between an original and a revision.
static Revision Diff.diff(Object[] orig, Object[] rev, DiffAlgorithm algorithm)
          compute the difference between an original and a revision.
 

Methods in org.apache.wicket.util.diff with parameters of type Revision
 void RevisionVisitor.visit(Revision revision)
           
 

Uses of Revision in org.apache.wicket.util.diff.myers
 

Methods in org.apache.wicket.util.diff.myers that return Revision
static Revision MyersDiff.buildRevision(PathNode path, Object[] orig, Object[] rev)
          Constructs a Revision from a difference path.
 Revision MyersDiff.diff(Object[] orig, Object[] rev)
          Computes the difference between the original sequence and the revised sequence and returns it as a Revision object.
 



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