Uses of Class
org.apache.wicket.util.diff.Revision
Packages that use Revision
Package
Description
The
diff
package implements
the differencing engine that JRCS uses.
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 RevisionModifier and TypeMethodDescriptioncompute the difference between the original and a revision.static Revision
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.Computes the difference between the original sequence and the revised sequence and returns it as a org.suigeneris.jrcs.diff.Revision Revision object.Methods in org.apache.wicket.util.diff with parameters of type Revision -
Uses of Revision in org.apache.wicket.util.diff.myers
Methods in org.apache.wicket.util.diff.myers that return RevisionModifier and TypeMethodDescriptionstatic Revision
MyersDiff.buildRevision
(PathNode path, Object[] orig, Object[] rev) Constructs aRevision
from a difference path.Computes the difference between the original sequence and the revised sequence and returns it as a org.suigeneris.jrcs.diff.Revision Revision object.