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

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

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

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

Methods in org.apache.wicket.util.diff.myers that throw DifferentiationFailedException
static PathNode MyersDiff.buildPath(java.lang.Object[] orig, java.lang.Object[] rev)
          Computes the minimum diffpath that expresses de differences between the original and revised sequences, according to Gene Myers differencing algorithm.
 Revision MyersDiff.diff(java.lang.Object[] orig, java.lang.Object[] rev)
          Computes the difference between the original sequence and the revised sequence and returns it as a Revision object.
 



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