Class SvnRepositorySynchronizeImpl
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,SvnRepositorySynchronize>
org.tmatesoft.svn.core.internal.wc2.admin.SvnRepositorySynchronizeImpl
- All Implemented Interfaces:
ISVNCanceller,ISVNAdminEventHandler,ISVNEventHandler,ISvnOperationRunner<SVNAdminEvent,SvnRepositorySynchronize>
public class SvnRepositorySynchronizeImpl
extends SvnRepositoryOperationRunner<SVNAdminEvent,SvnRepositorySynchronize>
implements ISVNAdminEventHandler
-
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 TypeMethodDescriptionvoidhandleAdminEvent(SVNAdminEvent event, double progress) Handles the current admin event.protected SVNAdminEventrun()Methods inherited from class org.tmatesoft.svn.core.internal.wc2.admin.SvnRepositoryOperationRunner
getWcGeneration, isApplicableMethods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner
getFirstTarget, sleepForTimestampMethods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, reset, run, setOperation, setWcContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.tmatesoft.svn.core.ISVNCanceller
checkCancelledMethods inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
handleEvent
-
Constructor Details
-
SvnRepositorySynchronizeImpl
public SvnRepositorySynchronizeImpl()
-
-
Method Details
-
run
- Specified by:
runin classSvnOperationRunner<SVNAdminEvent,SvnRepositorySynchronize> - Throws:
SVNException
-
handleAdminEvent
Description copied from interface:ISVNAdminEventHandlerHandles the current admin event.- Specified by:
handleAdminEventin interfaceISVNAdminEventHandler- Parameters:
event- an event to handleprogress- progress state (reserved for future purposes)- Throws:
SVNException
-