Class SvnRemoteRemoteMkDir
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner<V,T>
org.tmatesoft.svn.core.internal.wc2.SvnRemoteOperationRunner<SVNCommitInfo,SvnRemoteMkDir>
org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteRemoteMkDir
- All Implemented Interfaces:
ISVNCanceller
,ISVNEventHandler
,ISvnOperationRunner<SVNCommitInfo,
SvnRemoteMkDir>
-
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
addURLParents
(java.util.List<SVNURL> targets, SVNURL url) protected SVNCommitInfo
doRun()
protected SVNCommitInfo
run()
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnRemoteOperationRunner
getRepositoryAccess, getWcGeneration, isApplicable, isRevisionLocalToWc, reset
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
-
SvnRemoteRemoteMkDir
public SvnRemoteRemoteMkDir()
-
-
Method Details
-
run
- Specified by:
run
in classSvnOperationRunner<SVNCommitInfo,
SvnRemoteMkDir> - Throws:
SVNException
-
doRun
- Throws:
SVNException
-
addURLParents
- Throws:
SVNException
-