public class SvnRemoteSetRevisionProperty extends SvnRemoteOperationRunner<SVNPropertyData,SvnSetProperty>
UNKNOWN
NULL
Constructor and Description |
---|
SvnRemoteSetRevisionProperty() |
Modifier and Type | Method and Description |
---|---|
boolean |
isApplicable(SvnSetProperty operation,
SvnWcGeneration wcGeneration)
Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)
|
protected SVNPropertyData |
run() |
getRepositoryAccess, getWcGeneration, isRevisionLocalToWc, reset
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
public boolean isApplicable(SvnSetProperty operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunner
isApplicable
in interface ISvnOperationRunner<SVNPropertyData,SvnSetProperty>
isApplicable
in class SvnRemoteOperationRunner<SVNPropertyData,SvnSetProperty>
operation
- operation that needs runnerwcGeneration
- working copy generationtrue
if the runner is applicable, otherwise false
SVNException
protected SVNPropertyData run() throws SVNException
run
in class SvnOperationRunner<SVNPropertyData,SvnSetProperty>
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.