public class SvnRepositoryGetChangedDirectoriesImpl extends SvnRepositoryOperationRunner<java.lang.String,SvnRepositoryGetChangedDirectories> implements ISVNChangedDirectoriesHandler
UNKNOWNNULL| Constructor and Description |
|---|
SvnRepositoryGetChangedDirectoriesImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleDir(java.lang.String path)
Handles changed directory path.
|
protected java.lang.String |
run() |
getWcGeneration, isApplicablegetFirstTarget, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, reset, run, setOperation, setWcContextpublic SvnRepositoryGetChangedDirectoriesImpl()
protected java.lang.String run()
throws SVNException
run in class SvnOperationRunner<java.lang.String,SvnRepositoryGetChangedDirectories>SVNExceptionpublic void handleDir(java.lang.String path)
throws SVNException
ISVNChangedDirectoriesHandlerpath is always absolute.handleDir in interface ISVNChangedDirectoriesHandlerpath - a changed dir pathSVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.