Class SvnRepositoryGetChangedImpl
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<SVNChangeEntry,SvnRepositoryGetChanged>
org.tmatesoft.svn.core.internal.wc2.admin.SvnRepositoryGetChangedImpl
- All Implemented Interfaces:
ISVNCanceller,ISVNChangeEntryHandler,ISVNEventHandler,ISvnOperationRunner<SVNChangeEntry,SvnRepositoryGetChanged>
public class SvnRepositoryGetChangedImpl
extends SvnRepositoryOperationRunner<SVNChangeEntry,SvnRepositoryGetChanged>
implements ISVNChangeEntryHandler
-
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 TypeMethodDescriptionvoidhandleEntry(SVNChangeEntry entry) Handles information on a changed path.protected SVNChangeEntryrun()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, wait
-
Constructor Details
-
SvnRepositoryGetChangedImpl
public SvnRepositoryGetChangedImpl()
-
-
Method Details
-
run
- Specified by:
runin classSvnOperationRunner<SVNChangeEntry,SvnRepositoryGetChanged> - Throws:
SVNException
-
handleEntry
Description copied from interface:ISVNChangeEntryHandlerHandles information on a changed path.- Specified by:
handleEntryin interfaceISVNChangeEntryHandler- Parameters:
entry- an object containing details of a path change- Throws:
SVNException
-