Class SvnOldRunner<V,T extends SvnOperation<V>>
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<V,T>
- All Implemented Interfaces:
ISVNCanceller,ISVNEventHandler,ISvnOperationRunner<V,T>
- Direct Known Subclasses:
SvnOldAdd,SvnOldAnnotate,SvnOldCanonicalizeUrls,SvnOldCat,SvnOldCheckout,SvnOldCleanup,SvnOldCommit,SvnOldCopy,SvnOldDiff,SvnOldExport,SvnOldGetChangelistPaths,SvnOldGetInfo,SvnOldGetMergeInfo,SvnOldGetProperties,SvnOldGetStatus,SvnOldGetStatusSummary,SvnOldImport,SvnOldList,SvnOldLogMergeInfo,SvnOldMarkReplaced,SvnOldMerge,SvnOldRelocate,SvnOldRemoteCopy,SvnOldRemove,SvnOldResolve,SvnOldRevert,SvnOldSetChangelist,SvnOldSetLock,SvnOldSetProperty,SvnOldSuggestMergeSources,SvnOldSwitch,SvnOldUnlock,SvnOldUpdate,SvnOldUpgrade,SvnRepositoryOperationRunner
public abstract class SvnOldRunner<V,T extends SvnOperation<V>>
extends SvnLocalOperationRunner<V,T>
-
Field Summary
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULLFields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns runner's working copy generation it is able to operate on.Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner
getFirstTarget, isApplicable, sleepForTimestampMethods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, reset, run, run, setOperation, setWcContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SvnOldRunner
public SvnOldRunner()
-
-
Method Details
-
getWcGeneration
Description copied from interface:ISvnOperationRunnerReturns runner's working copy generation it is able to operate on.- Returns:
- working copy generation of the runner.
-