Class SvnRepositoryGetHistoryImpl
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>
org.tmatesoft.svn.core.internal.wc2.admin.SvnRepositoryOperationRunner<SVNAdminPath,SvnRepositoryGetHistory>
org.tmatesoft.svn.core.internal.wc2.admin.SvnRepositoryGetHistoryImpl
- All Implemented Interfaces:
ISVNCanceller
,ISVNHistoryHandler
,ISVNEventHandler
,ISvnOperationRunner<SVNAdminPath,
SvnRepositoryGetHistory>
public class SvnRepositoryGetHistoryImpl
extends SvnRepositoryOperationRunner<SVNAdminPath,SvnRepositoryGetHistory>
implements ISVNHistoryHandler
-
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 TypeMethodDescriptionvoid
handlePath
(SVNAdminPath path) Handles path information.protected SVNAdminPath
run()
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.admin.SvnRepositoryOperationRunner
getWcGeneration, isApplicable
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner
getFirstTarget, sleepForTimestamp
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, reset, run, setOperation, setWcContext
-
Constructor Details
-
SvnRepositoryGetHistoryImpl
public SvnRepositoryGetHistoryImpl()
-
-
Method Details
-
run
- Specified by:
run
in classSvnOperationRunner<SVNAdminPath,
SvnRepositoryGetHistory> - Throws:
SVNException
-
handlePath
Description copied from interface:ISVNHistoryHandler
Handles path information.- Specified by:
handlePath
in interfaceISVNHistoryHandler
- Parameters:
path
- repository path information- Throws:
SVNException
-