Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc.patch |
Modifier and Type | Method and Description |
---|---|
SVNPatchHunk |
SVNPatchHunkInfo.getHunk() |
static SVNPatchHunk |
SVNPatchHunk.parseNextHunk(SVNPatch patch)
Return the next HUNK from a PATCH, using STREAM to read data from the
patch file.
|
Modifier and Type | Method and 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.
|
int |
SVNPatchTarget.scanForMatch(SVNPatchHunk hunk,
boolean matchFirst,
int upperLine,
int fuzz)
Scan lines of TARGET for a match of the original text of HUNK, up to but
not including the specified UPPER_LINE.
|
Constructor and Description |
---|
SVNPatchHunkInfo(SVNPatchHunk hunk,
int matchedLine,
boolean rejected,
int fuzz) |
Copyright © 2018. All rights reserved.