Class SvnRepositoryRemoveLocksImpl
- 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<SVNAdminEvent,SvnRepositoryRemoveLocks>
-
- org.tmatesoft.svn.core.internal.wc2.admin.SvnRepositoryRemoveLocksImpl
-
- All Implemented Interfaces:
ISVNCanceller
,ISVNAdminEventHandler
,ISVNEventHandler
,ISvnOperationRunner<SVNAdminEvent,SvnRepositoryRemoveLocks>
public class SvnRepositoryRemoveLocksImpl extends SvnRepositoryOperationRunner<SVNAdminEvent,SvnRepositoryRemoveLocks> implements ISVNAdminEventHandler
-
-
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 SvnRepositoryRemoveLocksImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleAdminEvent(SVNAdminEvent event, double progress)
Handles the current admin event.protected SVNAdminEvent
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.tmatesoft.svn.core.ISVNCanceller
checkCancelled
-
Methods inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
handleEvent
-
-
-
-
Method Detail
-
run
protected SVNAdminEvent run() throws SVNException
- Specified by:
run
in classSvnOperationRunner<SVNAdminEvent,SvnRepositoryRemoveLocks>
- Throws:
SVNException
-
handleAdminEvent
public void handleAdminEvent(SVNAdminEvent event, double progress) throws SVNException
Description copied from interface:ISVNAdminEventHandler
Handles the current admin event.- Specified by:
handleAdminEvent
in interfaceISVNAdminEventHandler
- Parameters:
event
- an event to handleprogress
- progress state (reserved for future purposes)- Throws:
SVNException
-
-