Class SvnNgExport
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner<V,T>
org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner<V,T>
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner<java.lang.Long,SvnExport>
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgExport
- All Implemented Interfaces:
ISVNCanceller
,ISVNEventHandler
,ISvnOperationRunner<java.lang.Long,
SvnExport>
-
Field Summary
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
copyVersionedDir
(java.io.File from, java.io.File to, SVNRevision revision, java.lang.String eolStyle, boolean ignoreKeywords, boolean force, SVNDepth depth) private void
copyVersionedFile
(java.io.File from, java.io.File to, SVNRevision revision, java.lang.String eolStyle, boolean ignoreKeywords) protected java.lang.Long
run
(SVNWCContext context) Methods inherited from class org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccess
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner
getFirstTarget, isApplicable, sleepForTimestamp
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SvnNgExport
public SvnNgExport()
-
-
Method Details
-
run
- Specified by:
run
in classSvnNgOperationRunner<java.lang.Long,
SvnExport> - Throws:
SVNException
-
copyVersionedDir
private void copyVersionedDir(java.io.File from, java.io.File to, SVNRevision revision, java.lang.String eolStyle, boolean ignoreKeywords, boolean force, SVNDepth depth) throws SVNException - Throws:
SVNException
-
copyVersionedFile
private void copyVersionedFile(java.io.File from, java.io.File to, SVNRevision revision, java.lang.String eolStyle, boolean ignoreKeywords) throws SVNException - Throws:
SVNException
-