public class SvnRemoteGetProperties extends SvnRemoteOperationRunner<SVNProperties,SvnGetProperties>
UNKNOWN
NULL
Constructor and Description |
---|
SvnRemoteGetProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
isApplicable(SvnGetProperties operation,
SvnWcGeneration wcGeneration)
Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)
|
static void |
remotePropertyGet(SVNURL url,
SVNNodeKind kind,
String path,
SVNRepository repos,
long revNumber,
SVNDepth depth,
ISvnObjectReceiver<SVNProperties> receiver) |
protected SVNProperties |
run() |
getRepositoryAccess, getWcGeneration, isRevisionLocalToWc, reset
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
public boolean isApplicable(SvnGetProperties operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunner
isApplicable
in interface ISvnOperationRunner<SVNProperties,SvnGetProperties>
isApplicable
in class SvnRemoteOperationRunner<SVNProperties,SvnGetProperties>
operation
- operation that needs runnerwcGeneration
- working copy generationtrue
if the runner is applicable, otherwise false
SVNException
protected SVNProperties run() throws SVNException
run
in class SvnOperationRunner<SVNProperties,SvnGetProperties>
SVNException
public static void remotePropertyGet(SVNURL url, SVNNodeKind kind, String path, SVNRepository repos, long revNumber, SVNDepth depth, ISvnObjectReceiver<SVNProperties> receiver) throws SVNException
SVNException
Copyright © 2018. All rights reserved.