org.tigris.subversion.javahl
Class ProplistCallbackImpl

java.lang.Object
  extended by org.tigris.subversion.javahl.ProplistCallbackImpl
All Implemented Interfaces:
ProplistCallback

public class ProplistCallbackImpl
extends Object
implements ProplistCallback

Implementation of ProplistCallback interface.

Since:
1.5

Constructor Summary
ProplistCallbackImpl()
           
 
Method Summary
 Map<String,String> getProperties(String path)
           
 void singlePath(String path, Map<String,byte[]> props)
          the method will be called once for every file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProplistCallbackImpl

public ProplistCallbackImpl()
Method Detail

singlePath

public void singlePath(String path,
                       Map<String,byte[]> props)
Description copied from interface: ProplistCallback
the method will be called once for every file.

Specified by:
singlePath in interface ProplistCallback
Parameters:
path - the path.
props - the properties on the path.

getProperties

public Map<String,String> getProperties(String path)