Uses of Class
org.tmatesoft.svn.core.internal.wc.patch.SVNPatchHunkInfo
Packages that use SVNPatchHunkInfo
-
Uses of SVNPatchHunkInfo in org.tmatesoft.svn.core.internal.wc.patch
Methods in org.tmatesoft.svn.core.internal.wc.patch that return SVNPatchHunkInfoModifier and TypeMethodDescriptionSVNPatchTarget.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 SVNPatchHunkInfoModifier and TypeMethodDescriptionvoidSVNPatchTarget.applyHunk(SVNPatchHunkInfo hi) Write the modified text of hunk described by HI to the patched stream of TARGET.voidSVNPatchTarget.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.