Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc.patch |
Modifier and Type | Method and Description |
---|---|
SVNPatch |
SVNPatchTarget.getPatch() |
static SVNPatch |
SVNPatch.parseNextPatch(SVNPatchFileStream patchFile)
Return the next PATCH in PATCH_FILE.
|
Modifier and Type | Method and Description |
---|---|
static SVNPatchTarget |
SVNPatchTarget.applyPatch(SVNPatch patch,
File absWCPath,
int stripCount,
SVNAdminArea wc)
Apply a PATCH to a working copy at ABS_WC_PATH.
|
static SVNPatchTarget |
SVNPatchTarget.initPatchTarget(SVNPatch patch,
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.
|
Copyright © 2019. All rights reserved.