Class SvnOldList
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<SVNDirEntry,SvnList>
org.tmatesoft.svn.core.internal.wc2.old.SvnOldList
- All Implemented Interfaces:
ISVNCanceller,ISVNDirEntryHandler,ISVNEventHandler,ISvnOperationRunner<SVNDirEntry,SvnList>
-
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 TypeMethodDescriptionvoidhandleDirEntry(SVNDirEntry dirEntry) Handles a directory entry passed.protected SVNDirEntryrun()Methods inherited from class org.tmatesoft.svn.core.internal.wc2.old.SvnOldRunner
getWcGenerationMethods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner
getFirstTarget, isApplicable, 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
-
SvnOldList
public SvnOldList()
-
-
Method Details
-
run
- Specified by:
runin classSvnOperationRunner<SVNDirEntry,SvnList> - Throws:
SVNException
-
handleDirEntry
Description copied from interface:ISVNDirEntryHandlerHandles a directory entry passed.- Specified by:
handleDirEntryin interfaceISVNDirEntryHandler- Parameters:
dirEntry- a directory entry- Throws:
SVNException- See Also:
-