Uses of Class
org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent
-
Packages that use SvnTargetContent Package Description org.tmatesoft.svn.core.internal.wc2.patch -
-
Uses of SvnTargetContent in org.tmatesoft.svn.core.internal.wc2.patch
Subclasses of SvnTargetContent in org.tmatesoft.svn.core.internal.wc2.patch Modifier and Type Class Description class
SvnPatchTarget
class
SvnPropertiesPatchTarget
Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SvnTargetContent Modifier and Type Method Description private static void
SvnPatchTarget. applyHunk(SvnPatchTarget target, SvnTargetContent targetContent, SvnHunkInfo hunkInfo, java.lang.String propName)
private static void
SvnPatchTarget. copyLinesToTarget(SvnTargetContent target, int line)
private SvnHunkInfo
SvnPatchTarget. getHunkInfo(SvnDiffHunk hunk, SvnTargetContent targetContent, int fuzz, boolean ignoreWhitespace, boolean isPropHunk)
-