Class SvnNgGetChangelistPaths
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.ng.SvnNgOperationRunner<java.lang.String,SvnGetChangelistPaths>
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetChangelistPaths
- All Implemented Interfaces:
SVNWCContext.ISVNWCNodeHandler,ISVNCanceller,ISVNChangelistHandler,ISVNEventHandler,ISvnOperationRunner<java.lang.String,SvnGetChangelistPaths>
public class SvnNgGetChangelistPaths
extends SvnNgOperationRunner<java.lang.String,SvnGetChangelistPaths>
implements ISVNChangelistHandler, SVNWCContext.ISVNWCNodeHandler
-
Field Summary
FieldsFields 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 TypeMethodDescriptionvoiddoGetChangeLists(java.io.File file) voidhandle(java.io.File path, java.lang.String changelistName) Handles the next path belonging tochangelistName.voidnodeFound(java.io.File localAbsPath, ISVNWCDb.SVNWCDbKind kind) protected java.lang.Stringrun(SVNWCContext context) Methods inherited from class org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccessMethods 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, run, setOperation, setWcContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
context
-
-
Constructor Details
-
SvnNgGetChangelistPaths
public SvnNgGetChangelistPaths()
-
-
Method Details
-
run
- Specified by:
runin classSvnNgOperationRunner<java.lang.String,SvnGetChangelistPaths> - Throws:
SVNException
-
doGetChangeLists
- Throws:
SVNException
-
nodeFound
- Specified by:
nodeFoundin interfaceSVNWCContext.ISVNWCNodeHandler- 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
-