public class SvnRemoteGetInfo extends SvnRemoteOperationRunner<SvnInfo,SvnGetInfo>
UNKNOWN
NULL
Constructor and Description |
---|
SvnRemoteGetInfo() |
Modifier and Type | Method and Description |
---|---|
private SvnInfo |
creatSvnInfoForEntry(SVNURL root,
java.lang.String uuid,
SVNDirEntry entry,
SVNURL entryURL,
long revision,
SVNLock lock) |
boolean |
isApplicable(SvnGetInfo operation,
SvnWcGeneration wcGeneration)
Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)
|
private void |
pushDirInfo(SVNRepository repos,
SVNRevision rev,
java.lang.String dir,
SVNURL root,
java.lang.String uuid,
SVNURL url,
java.util.Map<java.lang.String,SVNLock> locks,
SVNDepth depth) |
protected SvnInfo |
run() |
getRepositoryAccess, getWcGeneration, isRevisionLocalToWc, reset
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
public boolean isApplicable(SvnGetInfo operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunner
isApplicable
in interface ISvnOperationRunner<SvnInfo,SvnGetInfo>
isApplicable
in class SvnRemoteOperationRunner<SvnInfo,SvnGetInfo>
operation
- operation that needs runnerwcGeneration
- working copy generationtrue
if the runner is applicable, otherwise false
SVNException
protected SvnInfo run() throws SVNException
run
in class SvnOperationRunner<SvnInfo,SvnGetInfo>
SVNException
private void pushDirInfo(SVNRepository repos, SVNRevision rev, java.lang.String dir, SVNURL root, java.lang.String uuid, SVNURL url, java.util.Map<java.lang.String,SVNLock> locks, SVNDepth depth) throws SVNException
SVNException
private SvnInfo creatSvnInfoForEntry(SVNURL root, java.lang.String uuid, SVNDirEntry entry, SVNURL entryURL, long revision, SVNLock lock)