public class SvnNgGetChangelistPaths extends SvnNgOperationRunner<String,SvnGetChangelistPaths> implements ISVNChangelistHandler, SVNWCContext.ISVNWCNodeHandler
UNKNOWN
NULL
Constructor and Description |
---|
SvnNgGetChangelistPaths() |
Modifier and Type | Method and Description |
---|---|
void |
doGetChangeLists(File file) |
void |
handle(File path,
String changelistName)
Handles the next path belonging to
changelistName . |
void |
nodeFound(File localAbsPath,
ISVNWCDb.SVNWCDbKind kind) |
protected String |
run(SVNWCContext context) |
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccess
getFirstTarget, isApplicable, sleepForTimestamp
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
protected String run(SVNWCContext context) throws SVNException
run
in class SvnNgOperationRunner<String,SvnGetChangelistPaths>
SVNException
public void doGetChangeLists(File file) throws SVNException
SVNException
public void nodeFound(File localAbsPath, ISVNWCDb.SVNWCDbKind kind) throws SVNException
nodeFound
in interface SVNWCContext.ISVNWCNodeHandler
SVNException
public void handle(File path, 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 © 2024. All rights reserved.