org.apache.subversion.javahl
Class ISVNEditor.ProvidePropsCallback.ReturnValue

java.lang.Object
  extended by org.apache.subversion.javahl.ISVNEditor.ProvidePropsCallback.ReturnValue
Enclosing interface:
ISVNEditor.ProvidePropsCallback

public static class ISVNEditor.ProvidePropsCallback.ReturnValue
extends Object


Constructor Summary
ISVNEditor.ProvidePropsCallback.ReturnValue(Map<String,byte[]> properties, long revision)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISVNEditor.ProvidePropsCallback.ReturnValue

public ISVNEditor.ProvidePropsCallback.ReturnValue(Map<String,byte[]> properties,
                                                   long revision)
Parameters:
properties - The base (Revision.BASE) properties of the file or directory.
revision - The base revision number.