Uses of Class
org.tmatesoft.svn.core.internal.wc2.patch.SvnPatchTarget
Packages that use SvnPatchTarget
-
Uses of SvnPatchTarget in org.tmatesoft.svn.core.internal.wc2.patch
Methods in org.tmatesoft.svn.core.internal.wc2.patch that return SvnPatchTargetModifier and TypeMethodDescriptionstatic SvnPatchTargetSvnPatchTarget.applyPatch(SvnPatch patch, java.io.File workingCopyDirectory, int stripCount, SVNWCContext context, boolean ignoreWhitespace, boolean removeTempFiles) private static SvnPatchTargetSvnPatchTarget.initPatchTarget(SvnPatch patch, java.io.File workingCopyDirectory, int stripCount, boolean removeTempFiles, SVNWCContext context) Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SvnPatchTargetModifier and TypeMethodDescriptionprivate static voidSvnPatchTarget.applyHunk(SvnPatchTarget target, SvnTargetContent targetContent, SvnHunkInfo hunkInfo, java.lang.String propName) private static voidSvnPatchTarget.rejectHunk(SvnPatchTarget target, SvnDiffHunk hunk, java.lang.String propName)