Uses of Package
org.apache.wicket.util.diff
Packages that use org.apache.wicket.util.diff
Package
Description
The
diff
package implements
the differencing engine that JRCS uses.
The
diff.myers
package
implements Gene Myers'
differencing algorithm.-
Classes in org.apache.wicket.util.diff used by org.apache.wicket.util.diffClassDescriptionHolds an add-delta between to revisions of a text.Holds an change-delta between to revisions of a text.Holds a information about a part of the text involved in a differencing or patching operation.Holds a delete-delta between to revisions of a text.Holds a "delta" difference between to revisions of a text.A simple interface for implementations of differencing algorithms.Thrown whenever the differencing engine cannot produce the differences between two revisions of ta text.Base class for all exceptions emanating from this package.Thrown whenever a delta cannot be applied as a patch to a given text.A Revision holds the series of deltas that describe the differences between two sequences.Definition of a Visitor interface for
Revisions
See "Design Patterns" by the Gang of FourThis class delegates handling of the to a StringBuilder based version. -
Classes in org.apache.wicket.util.diff used by org.apache.wicket.util.diff.myersClassDescriptionA simple interface for implementations of differencing algorithms.Thrown whenever the differencing engine cannot produce the differences between two revisions of ta text.A Revision holds the series of deltas that describe the differences between two sequences.