Package org.tigris.subversion.javahl
Class ProplistCallbackImpl
java.lang.Object
org.tigris.subversion.javahl.ProplistCallbackImpl
- All Implemented Interfaces:
ProplistCallback
,ProplistCallback
Implementation of
ProplistCallback
interface.- Since:
- 1.5
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) java.util.Map<java.lang.String,
java.util.Map<java.lang.String, byte[]>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.util.Map<java.lang.String,
java.lang.String> getProperties
(java.lang.String path) void
singlePath
(java.lang.String path, java.util.Map<java.lang.String, byte[]> props) the method will be called once for every file.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
propMap
java.util.Map<java.lang.String,java.util.Map<java.lang.String, propMapbyte[]>>
-
-
Constructor Details
-
ProplistCallbackImpl
public ProplistCallbackImpl()
-
-
Method Details
-
singlePath
public void singlePath(java.lang.String path, java.util.Map<java.lang.String, byte[]> props) Description copied from interface:ProplistCallback
the method will be called once for every file.- Specified by:
singlePath
in interfaceProplistCallback
- Parameters:
path
- the path.props
- the properties on the path.
-
getProperties
public java.util.Map<java.lang.String,java.lang.String> getProperties(java.lang.String path)
-