Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc2.patch |
Modifier and Type | Method and Description |
---|---|
SvnDiffHunk |
SvnHunkInfo.getHunk() |
SvnDiffHunk |
SvnPatch.parseNextHunk(boolean[] isProperty,
String[] propName,
SvnDiffCallback.OperationKind[] propOperation,
SVNPatchFileStream patchStream,
boolean ignoreWhitespace) |
Modifier and Type | Method and Description |
---|---|
List<SvnDiffHunk> |
SvnPatch.getHunks() |
List<SvnDiffHunk> |
SvnPropertiesPatch.getHunks() |
Modifier and Type | Method and Description |
---|---|
void |
SvnPropertiesPatch.addHunk(SvnDiffHunk hunk) |
int |
SvnDiffHunk.compareTo(SvnDiffHunk diffHunk) |
protected boolean |
SvnTargetContent.matchExistingTarget(SvnDiffHunk hunk) |
protected int |
SvnTargetContent.scanForMatch(SvnDiffHunk hunk,
boolean matchFirst,
int upperLine,
int fuzz,
boolean ignoreWhitespace,
boolean matchModified,
ISVNCanceller canceller) |
void |
SvnHunkInfo.setHunk(SvnDiffHunk hunk) |
Constructor and Description |
---|
SvnHunkInfo(SvnDiffHunk hunk,
int matchedLine,
boolean rejected,
boolean alreadyApplied,
int fuzz) |
Constructor and Description |
---|
SvnPropertiesPatch(String name,
List<SvnDiffHunk> hunks,
SvnDiffCallback.OperationKind operation) |
Copyright © 2024. All rights reserved.