org.apache.subversion.javahl.callback
Interface ProplistCallback

All Known Subinterfaces:
ProplistCallback
All Known Implementing Classes:
ProplistCallbackImpl

public interface ProplistCallback

This interface is used to property lists for each path in a ISVNClient.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, org.apache.subversion.javahl.callback.ProplistCallback) call.


Method Summary
 void singlePath(String path, Map<String,byte[]> properties)
          the method will be called once for every file.
 

Method Detail

singlePath

void singlePath(String path,
                Map<String,byte[]> properties)
the method will be called once for every file.

Parameters:
path - the path.
properties - the properties on the path.