Package org.tigris.subversion.javahl
Class ProplistCallbackImpl
java.lang.Object
org.tigris.subversion.javahl.ProplistCallbackImpl
- All Implemented Interfaces:
ProplistCallback,ProplistCallback
public class ProplistCallbackImpl extends Object implements ProplistCallback
Implementation of
ProplistCallback interface.- Since:
- 1.5
-
Constructor Summary
Constructors Constructor Description ProplistCallbackImpl() -
Method Summary
Modifier and Type Method Description Map<String,String>getProperties(String path)voidsinglePath(String path, Map<String,byte[]> props)the method will be called once for every file.
-
Constructor Details
-
ProplistCallbackImpl
public ProplistCallbackImpl()
-
-
Method Details
-
singlePath
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
-