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
Fields Modifier and Type Field Description private SVNWCContext
context
-
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 SvnNgGetChangelistPaths()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
-
-
-
-
Field Detail
-
context
private SVNWCContext context
-
-
Method Detail
-
run
protected java.lang.String run(SVNWCContext context) throws SVNException
- Specified by:
run
in classSvnNgOperationRunner<java.lang.String,SvnGetChangelistPaths>
- Throws:
SVNException
-
doGetChangeLists
public void doGetChangeLists(java.io.File file) throws SVNException
- Throws:
SVNException
-
nodeFound
public void nodeFound(java.io.File localAbsPath, ISVNWCDb.SVNWCDbKind kind) throws SVNException
- 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
-
-