Uses of Class
org.tmatesoft.svn.core.internal.wc2.patch.SvnPatch
-
Packages that use SvnPatch Package Description org.tmatesoft.svn.core.internal.wc2.patch -
-
Uses of SvnPatch in org.tmatesoft.svn.core.internal.wc2.patch
Methods in org.tmatesoft.svn.core.internal.wc2.patch that return SvnPatch Modifier and Type Method Description static SvnPatchSvnPatch. parseNextPatch(SvnPatchFile patchFile, boolean reverse, boolean ignoreWhitespace)Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SvnPatch Modifier and Type Method Description static SvnPatchTargetSvnPatchTarget. applyPatch(SvnPatch patch, java.io.File workingCopyDirectory, int stripCount, SVNWCContext context, boolean ignoreWhitespace, boolean removeTempFiles)voidSvnDiffHunk. setPatch(SvnPatch patch)
-