public class SvnNgGetProperties extends SvnNgOperationRunner<SVNProperties,SvnGetProperties>
UNKNOWN
NULL
Constructor and Description |
---|
SvnNgGetProperties() |
Modifier and Type | Method and Description |
---|---|
private void |
getLocaliProps(SVNWCContext context,
java.io.File target) |
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)
|
protected SVNProperties |
run(SVNWCContext context) |
protected SVNProperties |
run(SVNWCContext context,
java.io.File target) |
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccess
getFirstTarget, sleepForTimestamp
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
protected SVNProperties run(SVNWCContext context) throws SVNException
run
in class SvnNgOperationRunner<SVNProperties,SvnGetProperties>
SVNException
protected SVNProperties run(SVNWCContext context, java.io.File target) throws SVNException
SVNException
private void getLocaliProps(SVNWCContext context, java.io.File target) throws SVNException
SVNException
public boolean isApplicable(SvnGetProperties operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunner
isApplicable
in interface ISvnOperationRunner<SVNProperties,SvnGetProperties>
isApplicable
in class SvnLocalOperationRunner<SVNProperties,SvnGetProperties>
operation
- operation that needs runnerwcGeneration
- working copy generationtrue
if the runner is applicable, otherwise false
SVNException