public class SvnOldGetProperties extends SvnOldRunner<SVNProperties,SvnGetProperties> implements ISVNPropertyHandler
NULL
UNKNOWN
NULL
Constructor and Description |
---|
SvnOldGetProperties() |
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(SvnGetProperties operation,
SvnWcGeneration wcGeneration)
Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)
|
void |
reset(SvnWcGeneration wcGeneration)
Resets runner's working copy generation.
|
protected SVNProperties |
run() |
getWcGeneration
getFirstTarget, sleepForTimestamp
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
public void reset(SvnWcGeneration wcGeneration)
ISvnOperationRunner
reset
in interface ISvnOperationRunner<SVNProperties,SvnGetProperties>
reset
in class SvnOperationRunner<SVNProperties,SvnGetProperties>
wcGeneration
- new working copy generation for the runnerpublic 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
protected SVNProperties run() throws SVNException
run
in class SvnOperationRunner<SVNProperties,SvnGetProperties>
SVNException
public void handleProperty(java.io.File path, SVNPropertyData property) throws SVNException
ISVNPropertyHandler
handleProperty
in interface ISVNPropertyHandler
path
- an item's pathproperty
- an item's versioned propertySVNException
public void handleProperty(SVNURL url, SVNPropertyData property) throws SVNException
ISVNPropertyHandler
handleProperty
in interface ISVNPropertyHandler
url
- an item's repository locationproperty
- an item's versioned propertySVNException
public void handleProperty(long revision, SVNPropertyData property) throws SVNException
ISVNPropertyHandler
handleProperty
in interface ISVNPropertyHandler
revision
- a repository revision which property
is to be handledproperty
- a revision (unversioned) propertySVNException
SVNWCClient
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.