public class SvnNgGetChangelistPaths extends SvnNgOperationRunner<java.lang.String,SvnGetChangelistPaths> implements ISVNChangelistHandler, SVNWCContext.ISVNWCNodeHandler
UNKNOWN
NULL
Constructor and Description |
---|
SvnNgGetChangelistPaths() |
Modifier and Type | Method and Description |
---|---|
void |
doGetChangeLists(java.io.File file) |
void |
handle(java.io.File path,
java.lang.String changelistName)
Handles the next path belonging to
changelistName . |
void |
nodeFound(java.io.File localAbsPath,
ISVNWCDb.SVNWCDbKind kind) |
protected java.lang.String |
run(SVNWCContext context) |
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccess
getFirstTarget, isApplicable, sleepForTimestamp
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
protected java.lang.String run(SVNWCContext context) throws SVNException
run
in class SvnNgOperationRunner<java.lang.String,SvnGetChangelistPaths>
SVNException
public void doGetChangeLists(java.io.File file) throws SVNException
SVNException
public void nodeFound(java.io.File localAbsPath, ISVNWCDb.SVNWCDbKind kind) throws SVNException
nodeFound
in interface SVNWCContext.ISVNWCNodeHandler
SVNException
public void handle(java.io.File path, java.lang.String changelistName)
ISVNChangelistHandler
changelistName
.
On each invocation, path
is a newly discovered member of the changelist named
changelistName
.handle
in interface ISVNChangelistHandler
path
- working copy pathchangelistName
- changelist nameCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.