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.Collection
private PropertyData
private java.lang.Object
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNPropertyHandler
NULL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleProperty
(long revision, SVNPropertyData property) Handles a revision property.void
handleProperty
(java.io.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).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:ISVNPropertyHandler
Handles local item's properties (located in a Working Copy). Not called for revision properties.- Specified by:
handleProperty
in interfaceISVNPropertyHandler
- Parameters:
path
- an item's pathproperty
- an item's versioned property- Throws:
SVNException
-
handleProperty
Description copied from interface:ISVNPropertyHandler
Handles remote item's properies (located in a repository). Not called for revision properties.- Specified by:
handleProperty
in interfaceISVNPropertyHandler
- Parameters:
url
- an item's repository locationproperty
- an item's versioned property- Throws:
SVNException
-
handleProperty
Description copied from interface:ISVNPropertyHandler
Handles a revision property. SVNWCClient's methods operating on revision properties call this method to handle properties.- Specified by:
handleProperty
in interfaceISVNPropertyHandler
- Parameters:
revision
- a repository revision whichproperty
is to be handledproperty
- a revision (unversioned) property- Throws:
SVNException
- See Also:
-
getPropertyData
-
getAllPropertyData
-