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
FieldsModifier and TypeFieldDescriptionprivate java.util.Collectionprivate PropertyDataprivate java.lang.ObjectFields 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(java.io.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).Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myData
-
myOwner
private java.lang.Object myOwner -
myAllData
private java.util.Collection myAllData
-
-
Constructor Details
-
JavaHLPropertyHandler
public JavaHLPropertyHandler(java.lang.Object owner)
-
-
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
-