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
SVNException
public void setTargetRoot(FSRoot root)
public java.io.OutputStream getReportFileForWriting() throws SVNException
SVNException
public void dispose() throws SVNException
SVNException
public void drive() throws SVNException
SVNException
public void writePathInfoToReportFile(java.lang.String path, java.lang.String linkPath, java.lang.String lockToken, long revision, boolean startEmpty, SVNDepth depth) throws SVNException
SVNException
public java.lang.String getDepthLetter(SVNDepth depth) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.