Package org.apache.subversion.javahl
Class ISVNEditor.ProvidePropsCallback.ReturnValue
java.lang.Object
org.apache.subversion.javahl.ISVNEditor.ProvidePropsCallback.ReturnValue
- Enclosing interface:
- ISVNEditor.ProvidePropsCallback
public static class ISVNEditor.ProvidePropsCallback.ReturnValue extends Object
-
Constructor Summary
Constructors Constructor Description ReturnValue(Map<String,byte[]> properties, long revision)
-
Method Summary
-
Constructor Details
-
ReturnValue
- Parameters:
properties
- The base (Revision.BASE
) properties of the file or directory.revision
- The base revision number.
-