class JavaHLPropertyHandler extends java.lang.Object implements ISVNPropertyHandler
Modifier and Type | Field and Description |
---|---|
private java.util.Collection |
myAllData |
private PropertyData |
myData |
private java.lang.Object |
myOwner |
NULL
Constructor and Description |
---|
JavaHLPropertyHandler(java.lang.Object owner) |
Modifier and Type | Method and Description |
---|---|
PropertyData[] |
getAllPropertyData() |
PropertyData |
getPropertyData() |
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).
|
private PropertyData myData
private java.lang.Object myOwner
private java.util.Collection myAllData
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
public PropertyData getPropertyData()
public PropertyData[] getAllPropertyData()