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 getProperties(String path)
           
 void singlePath(String path, Map props)
          the method will be called for every line in a 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 props)
Description copied from interface: ProplistCallback
the method will be called for every line in a file.

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

getProperties

public Map getProperties(String path)