public class SvnOldGetChangelistPaths extends SvnOldRunner<java.lang.String,SvnGetChangelistPaths> implements ISVNChangelistHandler
UNKNOWNNULL| Constructor and Description |
|---|
SvnOldGetChangelistPaths() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(java.io.File path,
java.lang.String changelistName)
Handles the next path belonging to
changelistName. |
protected java.lang.String |
run() |
getWcGenerationgetFirstTarget, isApplicable, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, reset, run, setOperation, setWcContextprotected java.lang.String run()
throws SVNException
run in class SvnOperationRunner<java.lang.String,SvnGetChangelistPaths>SVNExceptionpublic 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.