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