Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc2.patch |
Modifier and Type | Field and Description |
---|---|
private java.util.List<SvnHunkInfo> |
SvnTargetContent.hunkInfos |
Modifier and Type | Method and Description |
---|---|
private SvnHunkInfo |
SvnPatchTarget.getHunkInfo(SvnDiffHunk hunk,
SvnTargetContent targetContent,
int fuzz,
boolean ignoreWhitespace,
boolean isPropHunk) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SvnHunkInfo> |
SvnTargetContent.getHunkInfos() |
Modifier and Type | Method and Description |
---|---|
void |
SvnTargetContent.addHunkInfo(SvnHunkInfo hunkInfo) |
private static void |
SvnPatchTarget.applyHunk(SvnPatchTarget target,
SvnTargetContent targetContent,
SvnHunkInfo hunkInfo,
java.lang.String propName) |
private void |
SvnPatchTarget.sendHunkNotification(SvnHunkInfo hunkInfo,
java.lang.String propName,
SVNWCContext context) |