Uses of Class
org.apache.wicket.util.diff.Revision
-
Packages that use Revision Package Description org.apache.wicket.util.diff Thediffpackage implements the differencing engine that JRCS uses.org.apache.wicket.util.diff.myers Thediff.myerspackage implements Gene Myers' differencing algorithm. -
-
Uses of Revision in org.apache.wicket.util.diff
Methods in org.apache.wicket.util.diff that return Revision Modifier and Type Method Description RevisionDiff. diff(Object[] rev)compute the difference between the original and a revision.static RevisionDiff. diff(Object[] orig, Object[] rev)compute the difference between an original and a revision.static RevisionDiff. diff(Object[] orig, Object[] rev, DiffAlgorithm algorithm)compute the difference between an original and a revision.RevisionDiffAlgorithm. diff(Object[] orig, Object[] rev)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 Modifier and Type Method Description voidRevisionVisitor. visit(Revision revision) -
Uses of Revision in org.apache.wicket.util.diff.myers
Methods in org.apache.wicket.util.diff.myers that return Revision Modifier and Type Method Description static RevisionMyersDiff. buildRevision(PathNode path, Object[] orig, Object[] rev)Constructs aRevisionfrom a difference path.RevisionMyersDiff. diff(Object[] orig, Object[] rev)Computes the difference between the original sequence and the revised sequence and returns it as a org.suigeneris.jrcs.diff.Revision Revision object.
-