Class SvnOldCopy
- 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.old.SvnOldRunner<java.lang.Void,SvnCopy>
-
- org.tmatesoft.svn.core.internal.wc2.old.SvnOldCopy
-
- All Implemented Interfaces:
ISVNCanceller
,ISVNEventHandler
,ISvnOperationRunner<java.lang.Void,SvnCopy>
public class SvnOldCopy extends SvnOldRunner<java.lang.Void,SvnCopy>
-
-
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 Constructor Description SvnOldCopy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.Void
copy()
private java.lang.Void
disjointCopy()
private SVNCopySource[]
getCopySources()
protected java.lang.Void
run()
private void
throwCannotPerformOnUrl(SvnTarget target, java.lang.String kind, java.lang.String operation)
private java.lang.Void
virtualCopy()
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.old.SvnOldRunner
getWcGeneration
-
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, reset, run, setOperation, setWcContext
-
-
-
-
Method Detail
-
run
protected java.lang.Void run() throws SVNException
- Specified by:
run
in classSvnOperationRunner<java.lang.Void,SvnCopy>
- Throws:
SVNException
-
disjointCopy
private java.lang.Void disjointCopy() throws SVNException
- Throws:
SVNException
-
virtualCopy
private java.lang.Void virtualCopy() throws SVNException
- Throws:
SVNException
-
copy
private java.lang.Void copy() throws SVNException
- Throws:
SVNException
-
getCopySources
private SVNCopySource[] getCopySources()
-
throwCannotPerformOnUrl
private void throwCannotPerformOnUrl(SvnTarget target, java.lang.String kind, java.lang.String operation) throws SVNException
- Throws:
SVNException
-
-