Uses of Class
org.tmatesoft.svn.core.internal.wc.patch.SVNPatchHunkInfo
-
Packages that use SVNPatchHunkInfo Package Description org.tmatesoft.svn.core.internal.wc.patch -
-
Uses of SVNPatchHunkInfo in org.tmatesoft.svn.core.internal.wc.patch
Methods in org.tmatesoft.svn.core.internal.wc.patch that return SVNPatchHunkInfo Modifier and Type Method Description SVNPatchHunkInfo
SVNPatchTarget. getHunkInfo(SVNPatchHunk hunk, int fuzz)
Determine the line at which a HUNK applies to the TARGET file, and return an appropriate hunk_info object in *HI, allocated from RESULT_POOL.Methods in org.tmatesoft.svn.core.internal.wc.patch with parameters of type SVNPatchHunkInfo Modifier and Type Method Description void
SVNPatchTarget. applyHunk(SVNPatchHunkInfo hi)
Write the modified text of hunk described by HI to the patched stream of TARGET.void
SVNPatchTarget. rejectHunk(SVNPatchHunkInfo hi)
Write the diff text of the hunk described by HI to the reject stream of TARGET, and mark TARGET as having had rejects.
-