Uses of Class
org.tmatesoft.svn.core.internal.wc2.patch.SvnDiffHunk
-
Packages that use SvnDiffHunk Package Description org.tmatesoft.svn.core.internal.wc2.patch -
-
Uses of SvnDiffHunk in org.tmatesoft.svn.core.internal.wc2.patch
Methods in org.tmatesoft.svn.core.internal.wc2.patch that return SvnDiffHunk Modifier and Type Method Description SvnDiffHunk
SvnHunkInfo. getHunk()
SvnDiffHunk
SvnPatch. parseNextHunk(boolean[] isProperty, java.lang.String[] propName, SvnDiffCallback.OperationKind[] propOperation, SVNPatchFileStream patchStream, boolean ignoreWhitespace)
Methods in org.tmatesoft.svn.core.internal.wc2.patch that return types with arguments of type SvnDiffHunk Modifier and Type Method Description java.util.List<SvnDiffHunk>
SvnPatch. getHunks()
java.util.List<SvnDiffHunk>
SvnPropertiesPatch. getHunks()
Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SvnDiffHunk Modifier and Type Method 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)
Constructors in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SvnDiffHunk Constructor Description SvnHunkInfo(SvnDiffHunk hunk, int matchedLine, boolean rejected, boolean alreadyApplied, int fuzz)
Constructor parameters in org.tmatesoft.svn.core.internal.wc2.patch with type arguments of type SvnDiffHunk Constructor Description SvnPropertiesPatch(java.lang.String name, java.util.List<SvnDiffHunk> hunks, SvnDiffCallback.OperationKind operation)
-