Uses of Class
org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent
Packages that use SvnTargetContent
-
Uses of SvnTargetContent in org.tmatesoft.svn.core.internal.wc2.patch
Subclasses of SvnTargetContent in org.tmatesoft.svn.core.internal.wc2.patchMethods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SvnTargetContentModifier and TypeMethodDescriptionprivate 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)