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 SVNDiffInstructionSVNDeltaCombiner.myInstructionTemplateprivate SVNDiffInstructionSVNDeltaAlgorithm.myTemplateInstructionprivate SVNDiffInstruction[]SVNDeltaCombiner.myWindowInstructionsMethods in org.tmatesoft.svn.core.internal.delta with parameters of type SVNDiffInstructionModifier and TypeMethodDescriptionprivate voidSVNDeltaCombiner.copySourceInstructions(int offset, int limit, int targetOffset, SVNDiffWindow window, SVNDiffInstruction[] windowInsructions) private voidSVNDeltaCombiner.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 SVNDiffInstructionSVNDiffWindow.InstructionsIterator.myNextInsructionprivate SVNDiffInstructionSVNDiffWindow.myTemplateInstructionprivate SVNDiffInstructionSVNDiffWindow.myTemplateNextInstructionMethods in org.tmatesoft.svn.core.io.diff that return SVNDiffInstructionModifier and TypeMethodDescriptionSVNDiffWindow.loadDiffInstructions(SVNDiffInstruction[] target) Returns an array of instructions of this window.private SVNDiffInstructionSVNDiffWindow.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.