Uses of Interface
org.apache.wicket.util.diff.DiffAlgorithm
-
Packages that use DiffAlgorithm 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 DiffAlgorithm in org.apache.wicket.util.diff
Fields in org.apache.wicket.util.diff declared as DiffAlgorithm Modifier and Type Field Description protected DiffAlgorithmDiff. algorithmThe differencing algorithm to use.Methods in org.apache.wicket.util.diff that return DiffAlgorithm Modifier and Type Method Description protected DiffAlgorithmDiff. defaultAlgorithm()Methods in org.apache.wicket.util.diff with parameters of type DiffAlgorithm Modifier and Type Method Description static RevisionDiff. 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 Constructor Description 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 Modifier and Type Class Description classMyersDiffA clean-room implementation of Eugene Myers differencing algorithm.
-