Uses of Class
org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
Packages that use SVNDiffInstruction
Package
Description
This package contains the classes necessary for such purposes as: generating
delta windows upon comparing target bytes against source ones (also may be
vs.
-
Uses of SVNDiffInstruction in org.tmatesoft.svn.core.internal.delta
Fields in org.tmatesoft.svn.core.internal.delta declared as SVNDiffInstructionModifier and TypeFieldDescriptionprivate SVNDiffInstruction
SVNDeltaCombiner.myInstructionTemplate
private SVNDiffInstruction
SVNDeltaAlgorithm.myTemplateInstruction
private SVNDiffInstruction[]
SVNDeltaCombiner.myWindowInstructions
Methods in org.tmatesoft.svn.core.internal.delta with parameters of type SVNDiffInstructionModifier and TypeMethodDescriptionprivate void
SVNDeltaCombiner.copySourceInstructions
(int offset, int limit, int targetOffset, SVNDiffWindow window, SVNDiffInstruction[] windowInsructions) private void
SVNDeltaCombiner.createOffsetsIndex
(SVNDiffInstruction[] instructions, int length) -
Uses of SVNDiffInstruction in org.tmatesoft.svn.core.io.diff
Fields in org.tmatesoft.svn.core.io.diff declared as SVNDiffInstructionModifier and TypeFieldDescriptionprivate SVNDiffInstruction
SVNDiffWindow.InstructionsIterator.myNextInsruction
private SVNDiffInstruction
SVNDiffWindow.myTemplateInstruction
private SVNDiffInstruction
SVNDiffWindow.myTemplateNextInstruction
Methods in org.tmatesoft.svn.core.io.diff that return SVNDiffInstructionModifier and TypeMethodDescriptionSVNDiffWindow.loadDiffInstructions
(SVNDiffInstruction[] target) Returns an array of instructions of this window.private SVNDiffInstruction
SVNDiffWindow.InstructionsIterator.readNextInstruction()
Methods in org.tmatesoft.svn.core.io.diff with parameters of type SVNDiffInstructionModifier and TypeMethodDescriptionSVNDiffWindow.loadDiffInstructions
(SVNDiffInstruction[] target) Returns an array of instructions of this window.