Package org.tmatesoft.svn.core.javahl
Class JavaHLPropertyHandler
java.lang.Object
org.tmatesoft.svn.core.javahl.JavaHLPropertyHandler
- All Implemented Interfaces:
ISVNPropertyHandler
- Version:
- 1.3
-
Field Summary
FieldsFields inherited from interface org.tmatesoft.svn.core.wc.ISVNPropertyHandler
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleProperty(long revision, SVNPropertyData property) Handles a revision property.voidhandleProperty(File path, SVNPropertyData property) Handles local item's properties (located in a Working Copy).voidhandleProperty(SVNURL url, SVNPropertyData property) Handles remote item's properies (located in a repository).
-
Field Details
-
myData
-
myOwner
-
myAllData
-
-
Constructor Details
-
JavaHLPropertyHandler
-
-
Method Details
-
handleProperty
Description copied from interface:ISVNPropertyHandlerHandles local item's properties (located in a Working Copy). Not called for revision properties.- Specified by:
handlePropertyin interfaceISVNPropertyHandler- Parameters:
path- an item's pathproperty- an item's versioned property- Throws:
SVNException
-
handleProperty
Description copied from interface:ISVNPropertyHandlerHandles remote item's properies (located in a repository). Not called for revision properties.- Specified by:
handlePropertyin interfaceISVNPropertyHandler- Parameters:
url- an item's repository locationproperty- an item's versioned property- Throws:
SVNException
-
handleProperty
Description copied from interface:ISVNPropertyHandlerHandles a revision property. SVNWCClient's methods operating on revision properties call this method to handle properties.- Specified by:
handlePropertyin interfaceISVNPropertyHandler- Parameters:
revision- a repository revision whichpropertyis to be handledproperty- a revision (unversioned) property- Throws:
SVNException- See Also:
-
getPropertyData
-
getAllPropertyData
-