Uses of Class
org.tmatesoft.svn.core.io.diff.SVNDiffInstruction
-
Packages that use SVNDiffInstruction Package Description 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.io.diff
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.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.
-