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
NULL
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doGetChangeLists
(java.io.File file) void
handle
(java.io.File path, java.lang.String changelistName) Handles the next path belonging tochangelistName
.void
nodeFound
(java.io.File localAbsPath, ISVNWCDb.SVNWCDbKind kind) protected java.lang.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
Methods 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:
run
in classSvnNgOperationRunner<java.lang.String,
SvnGetChangelistPaths> - Throws:
SVNException
-
doGetChangeLists
- Throws:
SVNException
-
nodeFound
- Specified by:
nodeFound
in interfaceSVNWCContext.ISVNWCNodeHandler
- Throws:
SVNException
-
handle
public void handle(java.io.File path, java.lang.String changelistName) 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
-