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
NULL
-
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description SvnOldGetChangelistPaths()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(java.io.File path, java.lang.String changelistName)Handles the next path belonging tochangelistName.protected java.lang.Stringrun()-
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.old.SvnOldRunner
getWcGeneration
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner
getFirstTarget, isApplicable, 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 java.lang.String run() throws SVNException- 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
-
-