Class FSUpdateContext
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.FSUpdateContext
-
public class FSUpdateContext extends java.lang.Object- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()voiddrive()java.lang.StringgetDepthLetter(SVNDepth depth)java.io.OutputStreamgetReportFileForWriting()voidreset(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)voidsetTargetRoot(FSRoot root)voidwritePathInfoToReportFile(java.lang.String path, java.lang.String linkPath, java.lang.String lockToken, long revision, boolean startEmpty, SVNDepth depth)
-
-
-
Constructor Detail
-
FSUpdateContext
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)
-
-
Method Detail
-
reset
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
- Throws:
SVNException
-
setTargetRoot
public void setTargetRoot(FSRoot root)
-
getReportFileForWriting
public java.io.OutputStream getReportFileForWriting() throws SVNException- Throws:
SVNException
-
dispose
public void dispose() throws SVNException- Throws:
SVNException
-
drive
public void drive() throws SVNException- Throws:
SVNException
-
writePathInfoToReportFile
public void writePathInfoToReportFile(java.lang.String path, java.lang.String linkPath, java.lang.String lockToken, long revision, boolean startEmpty, SVNDepth depth) throws SVNException- Throws:
SVNException
-
getDepthLetter
public java.lang.String getDepthLetter(SVNDepth depth) throws SVNException
- Throws:
SVNException
-
-