Uses of Class
org.apache.wicket.util.diff.myers.PathNode
Packages that use PathNode
-
Uses of PathNode in org.apache.wicket.util.diff.myers
Subclasses of PathNode in org.apache.wicket.util.diff.myersModifier and TypeClassDescriptionfinal class
A diffnode in a diffpath.final class
Represents a snake in a diffpath.Fields in org.apache.wicket.util.diff.myers declared as PathNodeMethods in org.apache.wicket.util.diff.myers that return PathNodeModifier and TypeMethodDescriptionstatic PathNode
Computes the minimum diffpath that expresses de differences between the original and revised sequences, according to Gene Myers differencing algorithm.final PathNode
PathNode.previousSnake()
Methods in org.apache.wicket.util.diff.myers with parameters of type PathNodeModifier and TypeMethodDescriptionstatic Revision
MyersDiff.buildRevision
(PathNode path, Object[] orig, Object[] rev) Constructs aRevision
from a difference path.Constructors in org.apache.wicket.util.diff.myers with parameters of type PathNode