Uses of Interface
org.tmatesoft.svn.core.wc2.ISvnOperationRunner
-
Packages that use ISvnOperationRunner Package Description org.tmatesoft.svn.core.internal.wc2 org.tmatesoft.svn.core.internal.wc2.admin org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.old org.tmatesoft.svn.core.internal.wc2.remote org.tmatesoft.svn.core.wc2 NEW: this package contains command-style API to perform most of Subversion operations on the level of abstraction similar to that of the command line client. -
-
Uses of ISvnOperationRunner in org.tmatesoft.svn.core.internal.wc2
Classes in org.tmatesoft.svn.core.internal.wc2 that implement ISvnOperationRunner Modifier and Type Class Description class
SvnLocalOperationRunner<V,T extends SvnOperation<V>>
class
SvnOperationRunner<V,T extends SvnOperation<V>>
class
SvnRemoteOperationRunner<V,T extends SvnOperation<V>>
-
Uses of ISvnOperationRunner in org.tmatesoft.svn.core.internal.wc2.admin
-
Uses of ISvnOperationRunner in org.tmatesoft.svn.core.internal.wc2.ng
-
Uses of ISvnOperationRunner in org.tmatesoft.svn.core.internal.wc2.old
Classes in org.tmatesoft.svn.core.internal.wc2.old that implement ISvnOperationRunner Modifier and Type Class Description class
SvnOldAdd
class
SvnOldAnnotate
class
SvnOldCanonicalizeUrls
class
SvnOldCat
class
SvnOldCheckout
class
SvnOldCleanup
class
SvnOldCommit
class
SvnOldCopy
class
SvnOldDiff
class
SvnOldExport
class
SvnOldGetChangelistPaths
class
SvnOldGetInfo
class
SvnOldGetMergeInfo
class
SvnOldGetProperties
class
SvnOldGetStatus
class
SvnOldGetStatusSummary
class
SvnOldImport
class
SvnOldList
class
SvnOldLogMergeInfo
class
SvnOldMarkReplaced
class
SvnOldMerge
class
SvnOldRelocate
class
SvnOldRemoteCopy
class
SvnOldRemove
class
SvnOldResolve
class
SvnOldRevert
class
SvnOldRunner<V,T extends SvnOperation<V>>
class
SvnOldSetChangelist
class
SvnOldSetLock
class
SvnOldSetProperty
class
SvnOldSuggestMergeSources
class
SvnOldSwitch
class
SvnOldUnlock
class
SvnOldUpdate
class
SvnOldUpgrade
-
Uses of ISvnOperationRunner in org.tmatesoft.svn.core.internal.wc2.remote
Classes in org.tmatesoft.svn.core.internal.wc2.remote that implement ISvnOperationRunner Modifier and Type Class Description class
SvnNgReposToReposCopy
class
SvnRemoteAnnotate
class
SvnRemoteCat
class
SvnRemoteDiff
class
SvnRemoteExport
class
SvnRemoteGetInfo
class
SvnRemoteGetProperties
class
SvnRemoteGetRevisionProperties
class
SvnRemoteList
class
SvnRemoteLog
class
SvnRemoteRemoteDelete
class
SvnRemoteRemoteMkDir
class
SvnRemoteSetLock
class
SvnRemoteSetPropertyImpl
class
SvnRemoteSetRevisionProperty
class
SvnRemoteUnlock
-
Uses of ISvnOperationRunner in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return ISvnOperationRunner Modifier and Type Method Description protected ISvnOperationRunner<?,SvnOperation<?>>
SvnOperationFactory. getImplementation(SvnOperation<?> operation)
Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISvnOperationRunner Modifier and Type Method Description protected void
SvnOperationFactory. registerOperationRunner(java.lang.Class<?> operationClass, ISvnOperationRunner<?,? extends SvnOperation<?>> runner)
-