org.tmatesoft.svn.core.wc
public interface ISVNPropertyHandler
If the aim is to get a property (the following behaviour is the same for versioned and unversioned):
Version: 1.1.1
See Also: SVNPropertyData SVNWCClient
Field Summary | |
---|---|
static ISVNPropertyHandler | NULL
This is just a default implementation which does nothing.
|
Method Summary | |
---|---|
void | handleProperty(File path, SVNPropertyData property)
Handles local item's properties (located in a Working Copy).
|
void | handleProperty(SVNURL url, SVNPropertyData property)
Handles remote item's properies (located in a repository).
|
void | handleProperty(long revision, SVNPropertyData property)
Handles a revision property. |
Parameters: path an item's path property an item's versioned property
Throws: SVNException
Parameters: url an item's repository location property an item's versioned property
Throws: SVNException
Parameters: revision a repository revision which property
is to be handled property a revision (unversioned) property
Throws: SVNException
See Also: SVNWCClient