public class SvnNgGetChangelistPaths extends SvnNgOperationRunner<String,SvnGetChangelistPaths> implements ISVNChangelistHandler, SVNWCContext.ISVNWCNodeHandler
UNKNOWNNULL| 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, setRepositoryAccessgetFirstTarget, isApplicable, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextprotected String run(SVNWCContext context) throws SVNException
run in class SvnNgOperationRunner<String,SvnGetChangelistPaths>SVNExceptionpublic void doGetChangeLists(File file) throws SVNException
SVNExceptionpublic void nodeFound(File localAbsPath, ISVNWCDb.SVNWCDbKind kind) throws SVNException
nodeFound in interface SVNWCContext.ISVNWCNodeHandlerSVNExceptionpublic void handle(File path, String changelistName)
ISVNChangelistHandlerchangelistName.
On each invocation, path is a newly discovered member of the changelist named
changelistName.handle in interface ISVNChangelistHandlerpath - working copy pathchangelistName - changelist nameCopyright © 2025. All rights reserved.