Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc2.patch |
Modifier and Type | Method and Description |
---|---|
SvnDiffHunk |
SvnHunkInfo.getHunk() |
SvnDiffHunk |
SvnPatch.parseNextHunk(boolean[] isProperty,
java.lang.String[] propName,
SvnDiffCallback.OperationKind[] propOperation,
SVNPatchFileStream patchStream,
boolean ignoreWhitespace) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SvnDiffHunk> |
SvnPropertiesPatch.getHunks() |
java.util.List<SvnDiffHunk> |
SvnPatch.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(java.lang.String name,
java.util.List<SvnDiffHunk> hunks,
SvnDiffCallback.OperationKind operation) |
Copyright © 2020. All rights reserved.