Package org.tigris.subversion.javahl
Class ProplistCallbackImpl
- java.lang.Object
-
- org.tigris.subversion.javahl.ProplistCallbackImpl
-
- All Implemented Interfaces:
ProplistCallback,ProplistCallback
public class ProplistCallbackImpl extends java.lang.Object implements ProplistCallback
Implementation ofProplistCallbackinterface.- Since:
- 1.5
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Map<java.lang.String,java.util.Map<java.lang.String,byte[]>>propMap
-
Constructor Summary
Constructors Constructor Description ProplistCallbackImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getProperties(java.lang.String path)voidsinglePath(java.lang.String path, java.util.Map<java.lang.String,byte[]> props)the method will be called once for every file.
-
-
-
Method Detail
-
singlePath
public void singlePath(java.lang.String path, java.util.Map<java.lang.String,byte[]> props)Description copied from interface:ProplistCallbackthe method will be called once for every file.- Specified by:
singlePathin 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)
-
-