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 SvnPatch
SvnPatch. 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 SvnPatchTarget
SvnPatchTarget. applyPatch(SvnPatch patch, java.io.File workingCopyDirectory, int stripCount, SVNWCContext context, boolean ignoreWhitespace, boolean removeTempFiles)
void
SvnDiffHunk. setPatch(SvnPatch patch)
-