Uses of Class
org.tmatesoft.svn.core.internal.wc.patch.SVNPatch
-
Packages that use SVNPatch Package Description org.tmatesoft.svn.core.internal.wc.patch -
-
Uses of SVNPatch in org.tmatesoft.svn.core.internal.wc.patch
Methods in org.tmatesoft.svn.core.internal.wc.patch that return SVNPatch Modifier and Type Method Description SVNPatch
SVNPatchTarget. getPatch()
static SVNPatch
SVNPatch. parseNextPatch(SVNPatchFileStream patchFile)
Return the next PATCH in PATCH_FILE.Methods in org.tmatesoft.svn.core.internal.wc.patch with parameters of type SVNPatch Modifier and Type Method Description static SVNPatchTarget
SVNPatchTarget. applyPatch(SVNPatch patch, java.io.File absWCPath, int stripCount, SVNAdminArea wc)
Apply a PATCH to a working copy at ABS_WC_PATH.static SVNPatchTarget
SVNPatchTarget. initPatchTarget(SVNPatch patch, java.io.File baseDir, int stripCount, SVNAdminArea wc)
Attempt to initialize a patch TARGET structure for a target file described by PATCH.static SVNPatchHunk
SVNPatchHunk. parseNextHunk(SVNPatch patch)
Return the next HUNK from a PATCH, using STREAM to read data from the patch file.
-