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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperties
(String path) void
singlePath
(String path, Map<String, byte[]> props) the method will be called once for every file.
-
Field Details
-
propMap
-
-
Constructor Details
-
ProplistCallbackImpl
public ProplistCallbackImpl()
-
-
Method Details
-
singlePath
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
-