Uses of Class
org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
-
Packages that use SVNDiffInstruction Package Description org.tmatesoft.svn.core.internal.delta org.tmatesoft.svn.core.io.diff 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 SVNDiffInstruction Modifier and Type Field Description private SVNDiffInstructionSVNDeltaCombiner. myInstructionTemplateprivate SVNDiffInstructionSVNDeltaAlgorithm. myTemplateInstructionprivate SVNDiffInstruction[]SVNDeltaCombiner. myWindowInstructionsMethods in org.tmatesoft.svn.core.internal.delta with parameters of type SVNDiffInstruction Modifier and Type Method Description private 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 SVNDiffInstruction Modifier and Type Field Description private SVNDiffInstructionSVNDiffWindow.InstructionsIterator. myNextInsructionprivate SVNDiffInstructionSVNDiffWindow. myTemplateInstructionprivate SVNDiffInstructionSVNDiffWindow. myTemplateNextInstructionMethods in org.tmatesoft.svn.core.io.diff that return SVNDiffInstruction Modifier and Type Method Description SVNDiffInstruction[]SVNDiffWindow. 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 SVNDiffInstruction Modifier and Type Method Description SVNDiffInstruction[]SVNDiffWindow. loadDiffInstructions(SVNDiffInstruction[] target)Returns an array of instructions of this window.
-