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
Fields in org.tmatesoft.svn.core.internal.wc2.patch declared as SvnDiffHunk Modifier and Type Field Description private SvnDiffHunk
SvnHunkInfo. hunk
Fields in org.tmatesoft.svn.core.internal.wc2.patch with type parameters of type SvnDiffHunk Modifier and Type Field Description private java.util.List<SvnDiffHunk>
SvnPatch. hunks
private java.util.List<SvnDiffHunk>
SvnPropertiesPatch. hunks
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)
private void
SvnPatch. addPropertyHunk(java.lang.String propName, SvnDiffHunk hunk, SvnDiffCallback.OperationKind operation)
int
SvnDiffHunk. compareTo(SvnDiffHunk diffHunk)
private SvnHunkInfo
SvnPatchTarget. getHunkInfo(SvnDiffHunk hunk, SvnTargetContent targetContent, int fuzz, boolean ignoreWhitespace, boolean isPropHunk)
protected boolean
SvnTargetContent. matchExistingTarget(SvnDiffHunk hunk)
private boolean
SvnTargetContent. matchHunk(SvnDiffHunk hunk, int fuzz, boolean ignoreWhitespace, boolean matchModified)
private boolean
SvnPatch. parseHunkHeader(java.lang.String header, SvnDiffHunk hunk, java.lang.String atat)
private boolean
SvnPatch. parseMergeInfo(java.lang.String line, SvnDiffHunk hunk)
private static void
SvnPatchTarget. rejectHunk(SvnPatchTarget target, SvnDiffHunk hunk, java.lang.String propName)
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)
-