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
NULL
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doGetChangeLists
(File file) void
Handles the next path belonging tochangelistName
.void
nodeFound
(File localAbsPath, ISVNWCDb.SVNWCDbKind kind) protected String
run
(SVNWCContext context) Methods inherited from class org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccess
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, run, setOperation, setWcContext
-
Field Details
-
context
-
-
Constructor Details
-
SvnNgGetChangelistPaths
public SvnNgGetChangelistPaths()
-
-
Method Details
-
run
- Specified by:
run
in classSvnNgOperationRunner<String,
SvnGetChangelistPaths> - Throws:
SVNException
-
doGetChangeLists
- Throws:
SVNException
-
nodeFound
- Specified by:
nodeFound
in interfaceSVNWCContext.ISVNWCNodeHandler
- Throws:
SVNException
-
handle
Description copied from interface:ISVNChangelistHandler
Handles the next path belonging tochangelistName
. On each invocation,path
is a newly discovered member of the changelist namedchangelistName
.- Specified by:
handle
in interfaceISVNChangelistHandler
- Parameters:
path
- working copy pathchangelistName
- changelist name
-