public class SvnRemoteList extends SvnRemoteOperationRunner<SVNDirEntry,SvnList> implements ISVNDirEntryHandler
UNKNOWNNULL| Constructor and Description |
|---|
SvnRemoteList() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleDirEntry(SVNDirEntry dirEntry)
Handles a directory entry passed.
|
boolean |
isApplicable(SvnList operation,
SvnWcGeneration wcGeneration)
Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)
|
protected SVNDirEntry |
run() |
getRepositoryAccess, getWcGeneration, isRevisionLocalToWc, resetcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextpublic boolean isApplicable(SvnList operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunnerisApplicable in interface ISvnOperationRunner<SVNDirEntry,SvnList>isApplicable in class SvnRemoteOperationRunner<SVNDirEntry,SvnList>operation - operation that needs runnerwcGeneration - working copy generationtrue if the runner is applicable, otherwise falseSVNExceptionprotected SVNDirEntry run() throws SVNException
run in class SvnOperationRunner<SVNDirEntry,SvnList>SVNExceptionpublic void handleDirEntry(SVNDirEntry dirEntry) throws SVNException
ISVNDirEntryHandlerhandleDirEntry in interface ISVNDirEntryHandlerdirEntry - a directory entrySVNExceptionSVNDirEntryCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.