Uses of Class
org.tmatesoft.svn.core.internal.wc.patch.SVNPatch
Packages that use SVNPatch
-
Uses of SVNPatch in org.tmatesoft.svn.core.internal.wc.patch
Fields in org.tmatesoft.svn.core.internal.wc.patch declared as SVNPatchMethods in org.tmatesoft.svn.core.internal.wc.patch that return SVNPatchModifier and TypeMethodDescriptionSVNPatchTarget.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 SVNPatchModifier and TypeMethodDescriptionstatic 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.