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 Constructor Description SvnRepositoryGetHistoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
-
-
-
-
Method Detail
-
run
protected SVNAdminPath run() throws SVNException
- Specified by:
run
in classSvnOperationRunner<SVNAdminPath,SvnRepositoryGetHistory>
- Throws:
SVNException
-
handlePath
public void handlePath(SVNAdminPath path) throws SVNException
Description copied from interface:ISVNHistoryHandler
Handles path information.- Specified by:
handlePath
in interfaceISVNHistoryHandler
- Parameters:
path
- repository path information- Throws:
SVNException
-
-