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) voidsinglePath(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:ProplistCallbackthe method will be called once for every file.- Specified by:
singlePathin interfaceProplistCallback- Parameters:
path- the path.props- the properties on the path.
-
getProperties
-