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 classA diffnode in a diffpath.final classRepresents 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 PathNodeComputes the minimum diffpath that expresses de differences between the original and revised sequences, according to Gene Myers differencing algorithm.final PathNodePathNode.previousSnake()Methods in org.apache.wicket.util.diff.myers with parameters of type PathNodeModifier and TypeMethodDescriptionstatic RevisionMyersDiff.buildRevision(PathNode path, Object[] orig, Object[] rev) Constructs aRevisionfrom a difference path.Constructors in org.apache.wicket.util.diff.myers with parameters of type PathNode