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 ofProplistCallback
interface.- Since:
- 1.5
-
-
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)
void
singlePath(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: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)
-
-