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
NULL
-
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description SvnRepositoryGetChangedImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleEntry(SVNChangeEntry entry)Handles information on a changed path.protected SVNChangeEntryrun()-
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 SVNChangeEntry run() throws SVNException
- Specified by:
runin classSvnOperationRunner<SVNChangeEntry,SvnRepositoryGetChanged>- Throws:
SVNException
-
handleEntry
public void handleEntry(SVNChangeEntry entry) throws SVNException
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
-
-