Class ProplistCallbackImpl

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

public class ProplistCallbackImpl extends java.lang.Object implements ProplistCallback
Implementation of ProplistCallback interface.
Since:
1.5
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) java.util.Map<java.lang.String,java.util.Map<java.lang.String,byte[]>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.util.Map<java.lang.String,java.lang.String>
    getProperties(java.lang.String path)
     
    void
    singlePath(java.lang.String path, java.util.Map<java.lang.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
  • Field Details

    • propMap

      java.util.Map<java.lang.String,java.util.Map<java.lang.String,byte[]>> propMap
  • Constructor Details

    • ProplistCallbackImpl

      public ProplistCallbackImpl()
  • Method Details

    • singlePath

      public void singlePath(java.lang.String path, java.util.Map<java.lang.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 java.util.Map<java.lang.String,java.lang.String> getProperties(java.lang.String path)