Uses of Interface
org.apache.wicket.util.diff.DiffAlgorithm
Packages that use DiffAlgorithm
Package
Description
The
diff
package implements
the differencing engine that JRCS uses.
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 DiffAlgorithmModifier and TypeFieldDescriptionprotected DiffAlgorithm
Diff.algorithm
The differencing algorithm to use.Methods in org.apache.wicket.util.diff that return DiffAlgorithmMethods in org.apache.wicket.util.diff with parameters of type DiffAlgorithmModifier and TypeMethodDescriptionstatic 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 DiffAlgorithmModifierConstructorDescriptionDiff
(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 DiffAlgorithmModifier and TypeClassDescriptionclass
A clean-room implementation of Eugene Myers differencing algorithm.