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<String,SvnGetChangelistPaths>
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetChangelistPaths
- All Implemented Interfaces:
SVNWCContext.ISVNWCNodeHandler,ISVNCanceller,ISVNChangelistHandler,ISVNEventHandler,ISvnOperationRunner<String,SvnGetChangelistPaths>
public class SvnNgGetChangelistPaths
extends SvnNgOperationRunner<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(File file) voidHandles the next path belonging tochangelistName.voidnodeFound(File localAbsPath, ISVNWCDb.SVNWCDbKind kind) protected 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, setWcContext
-
Field Details
-
context
-
-
Constructor Details
-
SvnNgGetChangelistPaths
public SvnNgGetChangelistPaths()
-
-
Method Details
-
run
- Specified by:
runin classSvnNgOperationRunner<String,SvnGetChangelistPaths> - Throws:
SVNException
-
doGetChangeLists
- Throws:
SVNException
-
nodeFound
- Specified by:
nodeFoundin interfaceSVNWCContext.ISVNWCNodeHandler- Throws:
SVNException
-
handle
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
-