Uses of Interface
org.apache.wicket.util.diff.DiffAlgorithm

Packages that use DiffAlgorithm
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 DiffAlgorithm in org.apache.wicket.util.diff
 

Fields in org.apache.wicket.util.diff declared as DiffAlgorithm
protected  DiffAlgorithm Diff.algorithm
          The differencing algorithm to use.
 

Methods in org.apache.wicket.util.diff that return DiffAlgorithm
protected  DiffAlgorithm Diff.defaultAlgorithm()
           
 

Methods in org.apache.wicket.util.diff with parameters of type DiffAlgorithm
static Revision Diff.diff(Object[] orig, Object[] rev, DiffAlgorithm algorithm)
          compute the difference between an original and a revision.
 

Constructors in org.apache.wicket.util.diff with parameters of type DiffAlgorithm
Diff(Object[] original, DiffAlgorithm algorithm)
          Create a differencing object using the given algorithm
 

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

Classes in org.apache.wicket.util.diff.myers that implement DiffAlgorithm
 class MyersDiff
          A clean-room implementation of Eugene Myers differencing algorithm.
 



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