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 classSvnLocalOperationRunner<V,T extends SvnOperation<V>>classSvnOperationRunner<V,T extends SvnOperation<V>>classSvnRemoteOperationRunner<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 classSvnOldAddclassSvnOldAnnotateclassSvnOldCanonicalizeUrlsclassSvnOldCatclassSvnOldCheckoutclassSvnOldCleanupclassSvnOldCommitclassSvnOldCopyclassSvnOldDiffclassSvnOldExportclassSvnOldGetChangelistPathsclassSvnOldGetInfoclassSvnOldGetMergeInfoclassSvnOldGetPropertiesclassSvnOldGetStatusclassSvnOldGetStatusSummaryclassSvnOldImportclassSvnOldListclassSvnOldLogMergeInfoclassSvnOldMarkReplacedclassSvnOldMergeclassSvnOldRelocateclassSvnOldRemoteCopyclassSvnOldRemoveclassSvnOldResolveclassSvnOldRevertclassSvnOldRunner<V,T extends SvnOperation<V>>classSvnOldSetChangelistclassSvnOldSetLockclassSvnOldSetPropertyclassSvnOldSuggestMergeSourcesclassSvnOldSwitchclassSvnOldUnlockclassSvnOldUpdateclassSvnOldUpgrade -
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 classSvnNgReposToReposCopyclassSvnRemoteAnnotateclassSvnRemoteCatclassSvnRemoteDiffclassSvnRemoteExportclassSvnRemoteGetInfoclassSvnRemoteGetPropertiesclassSvnRemoteGetRevisionPropertiesclassSvnRemoteListclassSvnRemoteLogclassSvnRemoteRemoteDeleteclassSvnRemoteRemoteMkDirclassSvnRemoteSetLockclassSvnRemoteSetPropertyImplclassSvnRemoteSetRevisionPropertyclassSvnRemoteUnlock -
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 voidSvnOperationFactory. registerOperationRunner(java.lang.Class<?> operationClass, ISvnOperationRunner<?,? extends SvnOperation<?>> runner)
-