public class SvnRemoteSetPropertyImpl extends SvnRemoteOperationRunner<SVNCommitInfo,SvnRemoteSetProperty> implements ISVNPropertyHandler
NULLUNKNOWNNULL| Constructor and Description |
|---|
SvnRemoteSetPropertyImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleProperty(java.io.File path,
SVNPropertyData property)
Handles local item's properties (located in a Working Copy).
|
void |
handleProperty(long revision,
SVNPropertyData property)
Handles a revision property.
|
void |
handleProperty(SVNURL url,
SVNPropertyData property)
Handles remote item's properies (located in a repository).
|
boolean |
isApplicable(SvnRemoteSetProperty operation,
SvnWcGeneration wcGeneration)
Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)
|
protected SVNCommitInfo |
run() |
getRepositoryAccess, getWcGeneration, isRevisionLocalToWc, resetcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextpublic boolean isApplicable(SvnRemoteSetProperty operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunnerisApplicable in interface ISvnOperationRunner<SVNCommitInfo,SvnRemoteSetProperty>isApplicable in class SvnRemoteOperationRunner<SVNCommitInfo,SvnRemoteSetProperty>operation - operation that needs runnerwcGeneration - working copy generationtrue if the runner is applicable, otherwise falseSVNExceptionprotected SVNCommitInfo run() throws SVNException
run in class SvnOperationRunner<SVNCommitInfo,SvnRemoteSetProperty>SVNExceptionpublic void handleProperty(java.io.File path,
SVNPropertyData property)
throws SVNException
ISVNPropertyHandlerhandleProperty in interface ISVNPropertyHandlerpath - an item's pathproperty - an item's versioned propertySVNExceptionpublic void handleProperty(SVNURL url, SVNPropertyData property) throws SVNException
ISVNPropertyHandlerhandleProperty in interface ISVNPropertyHandlerurl - an item's repository locationproperty - an item's versioned propertySVNExceptionpublic void handleProperty(long revision,
SVNPropertyData property)
throws SVNException
ISVNPropertyHandlerhandleProperty in interface ISVNPropertyHandlerrevision - a repository revision which property
is to be handledproperty - a revision (unversioned) propertySVNExceptionSVNWCClientCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.