org.tigris.subversion.javahl
Interface ProplistCallback

All Known Implementing Classes:
ProplistCallbackImpl

public interface ProplistCallback

This interface is used to property lists for each path in a SVNClientInterface.properties call.


Method Summary
 void singlePath(String path, Map properties)
          the method will be called for every line in a file.
 

Method Detail

singlePath

void singlePath(String path,
                Map properties)
the method will be called for every line in a file.

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