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 SvnDiffHunkSvnHunkInfo. getHunk()SvnDiffHunkSvnPatch. 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 voidSvnPropertiesPatch. addHunk(SvnDiffHunk hunk)intSvnDiffHunk. compareTo(SvnDiffHunk diffHunk)protected booleanSvnTargetContent. matchExistingTarget(SvnDiffHunk hunk)protected intSvnTargetContent. scanForMatch(SvnDiffHunk hunk, boolean matchFirst, int upperLine, int fuzz, boolean ignoreWhitespace, boolean matchModified, ISVNCanceller canceller)voidSvnHunkInfo. 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)
-