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 SVNDiffInstruction
SVNDeltaCombiner. myInstructionTemplate
private SVNDiffInstruction
SVNDeltaAlgorithm. myTemplateInstruction
private SVNDiffInstruction[]
SVNDeltaCombiner. myWindowInstructions
Methods in org.tmatesoft.svn.core.internal.delta with parameters of type SVNDiffInstruction Modifier and Type Method Description private 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 SVNDiffInstruction Modifier and Type Field Description private SVNDiffInstruction
SVNDiffWindow.InstructionsIterator. myNextInsruction
private SVNDiffInstruction
SVNDiffWindow. myTemplateInstruction
private SVNDiffInstruction
SVNDiffWindow. myTemplateNextInstruction
Methods 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 SVNDiffInstruction
SVNDiffWindow.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.
-