public class SvnNgGetProperties extends SvnNgOperationRunner<SVNProperties,SvnGetProperties>
UNKNOWNNULL| Constructor and Description |
|---|
SvnNgGetProperties() |
| 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)
|
protected SVNProperties |
run(SVNWCContext context) |
protected SVNProperties |
run(SVNWCContext context,
java.io.File target) |
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccessgetFirstTarget, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextprotected SVNProperties run(SVNWCContext context) throws SVNException
run in class SvnNgOperationRunner<SVNProperties,SvnGetProperties>SVNExceptionprotected SVNProperties run(SVNWCContext context, java.io.File target) throws SVNException
SVNExceptionpublic boolean isApplicable(SvnGetProperties operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunnerisApplicable 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 falseSVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.