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