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
Fields in org.tmatesoft.svn.core.internal.wc.patch declared as SVNPatch Modifier and Type Field Description private SVNPatchSVNPatchTarget. patchMethods in org.tmatesoft.svn.core.internal.wc.patch that return SVNPatch Modifier and Type Method Description SVNPatchSVNPatchTarget. getPatch()static SVNPatchSVNPatch. 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 SVNPatchTargetSVNPatchTarget. applyPatch(SVNPatch patch, java.io.File absWCPath, int stripCount, SVNAdminArea wc)Apply a PATCH to a working copy at ABS_WC_PATH.static SVNPatchTargetSVNPatchTarget. 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 SVNPatchHunkSVNPatchHunk. parseNextHunk(SVNPatch patch)Return the next HUNK from a PATCH, using STREAM to read data from the patch file.
-