Class SvnOldGetChangelistPaths
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<java.lang.String,SvnGetChangelistPaths>
org.tmatesoft.svn.core.internal.wc2.old.SvnOldGetChangelistPaths
- All Implemented Interfaces:
ISVNCanceller,ISVNChangelistHandler,ISVNEventHandler,ISvnOperationRunner<java.lang.String,SvnGetChangelistPaths>
public class SvnOldGetChangelistPaths
extends SvnOldRunner<java.lang.String,SvnGetChangelistPaths>
implements ISVNChangelistHandler
-
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
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
-
SvnOldGetChangelistPaths
public SvnOldGetChangelistPaths()
-
-
Method Details
-
run
- Specified by:
runin classSvnOperationRunner<java.lang.String,SvnGetChangelistPaths> - Throws:
SVNException
-
handle
public void handle(java.io.File path, java.lang.String changelistName) Description copied from interface:ISVNChangelistHandlerHandles the next path belonging tochangelistName. On each invocation,pathis a newly discovered member of the changelist namedchangelistName.- Specified by:
handlein interfaceISVNChangelistHandler- Parameters:
path- working copy pathchangelistName- changelist name
-