public class SvnRemoteList extends SvnRemoteOperationRunner<SVNDirEntry,SvnList> implements ISVNDirEntryHandler
UNKNOWN
NULL
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, reset
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
public boolean isApplicable(SvnList operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunner
isApplicable
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 false
SVNException
protected SVNDirEntry run() throws SVNException
run
in class SvnOperationRunner<SVNDirEntry,SvnList>
SVNException
public void handleDirEntry(SVNDirEntry dirEntry) throws SVNException
ISVNDirEntryHandler
handleDirEntry
in interface ISVNDirEntryHandler
dirEntry
- a directory entrySVNException
SVNDirEntry
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.