public class SvnRemoteExport extends SvnRemoteOperationRunner<java.lang.Long,SvnExport>
UNKNOWN
NULL
Constructor and Description |
---|
SvnRemoteExport() |
Modifier and Type | Method and Description |
---|---|
private void |
handleExternals(java.util.Map<java.lang.String,java.lang.String> externals,
SVNURL fromUrl,
java.io.File toPath,
SVNURL reposRootUrl) |
boolean |
isApplicable(SvnExport operation,
SvnWcGeneration wcGeneration)
Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)
|
protected java.lang.Long |
run() |
getRepositoryAccess, getWcGeneration, isRevisionLocalToWc, reset
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
public boolean isApplicable(SvnExport operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunner
isApplicable
in interface ISvnOperationRunner<java.lang.Long,SvnExport>
isApplicable
in class SvnRemoteOperationRunner<java.lang.Long,SvnExport>
operation
- operation that needs runnerwcGeneration
- working copy generationtrue
if the runner is applicable, otherwise false
SVNException
protected java.lang.Long run() throws SVNException
run
in class SvnOperationRunner<java.lang.Long,SvnExport>
SVNException
private void handleExternals(java.util.Map<java.lang.String,java.lang.String> externals, SVNURL fromUrl, java.io.File toPath, SVNURL reposRootUrl) throws SVNException
SVNException