public class FSUpdateContext extends Object
| Constructor and Description |
|---|
FSUpdateContext(FSRepository repository,
FSFS owner,
long revision,
File reportFile,
String target,
String targetPath,
boolean isSwitch,
SVNDepth depth,
boolean ignoreAncestry,
boolean textDeltas,
boolean sendCopyFromArgs,
ISVNEditor editor) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
drive() |
String |
getDepthLetter(SVNDepth depth) |
OutputStream |
getReportFileForWriting() |
void |
reset(FSRepository repository,
FSFS owner,
long revision,
File reportFile,
String target,
String targetPath,
boolean isSwitch,
SVNDepth depth,
boolean ignoreAncestry,
boolean textDeltas,
boolean sendCopyFrom,
ISVNEditor editor) |
void |
setTargetRoot(FSRoot root) |
void |
writePathInfoToReportFile(String path,
String linkPath,
String lockToken,
long revision,
boolean startEmpty,
SVNDepth depth) |
public FSUpdateContext(FSRepository repository, FSFS owner, long revision, File reportFile, String target, String targetPath, boolean isSwitch, SVNDepth depth, boolean ignoreAncestry, boolean textDeltas, boolean sendCopyFromArgs, ISVNEditor editor)
public void reset(FSRepository repository, FSFS owner, long revision, File reportFile, String target, String targetPath, boolean isSwitch, SVNDepth depth, boolean ignoreAncestry, boolean textDeltas, boolean sendCopyFrom, ISVNEditor editor) throws SVNException
SVNExceptionpublic void setTargetRoot(FSRoot root)
public OutputStream getReportFileForWriting() throws SVNException
SVNExceptionpublic void dispose()
throws SVNException
SVNExceptionpublic void drive()
throws SVNException
SVNExceptionpublic void writePathInfoToReportFile(String path, String linkPath, String lockToken, long revision, boolean startEmpty, SVNDepth depth) throws SVNException
SVNExceptionpublic String getDepthLetter(SVNDepth depth) throws SVNException
SVNExceptionCopyright © 2025. All rights reserved.