public class SvnNgGetChangelistPaths extends SvnNgOperationRunner<java.lang.String,SvnGetChangelistPaths> implements ISVNChangelistHandler, SVNWCContext.ISVNWCNodeHandler
UNKNOWNNULL| 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, setRepositoryAccessgetFirstTarget, isApplicable, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextprotected java.lang.String run(SVNWCContext context) throws SVNException
run in class SvnNgOperationRunner<java.lang.String,SvnGetChangelistPaths>SVNExceptionpublic void doGetChangeLists(java.io.File file)
throws SVNException
SVNExceptionpublic void nodeFound(java.io.File localAbsPath,
ISVNWCDb.SVNWCDbKind kind)
throws SVNException
nodeFound in interface SVNWCContext.ISVNWCNodeHandlerSVNExceptionpublic void handle(java.io.File path,
java.lang.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 © 2004-2012 TMate Software Ltd. All Rights Reserved.