Interface ProplistCallback
-
- All Known Subinterfaces:
ProplistCallback
- All Known Implementing Classes:
ProplistCallbackImpl
public interface ProplistCallbackThis interface is used to property lists for each path in aISVNClient.properties(java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Depth, java.util.Collection<java.lang.String>, org.apache.subversion.javahl.callback.ProplistCallback)call.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsinglePath(java.lang.String path, java.util.Map<java.lang.String,byte[]> properties)the method will be called once for every file.
-