Uses of Class
org.apache.subversion.javahl.callback.InheritedProplistCallback.InheritedItem
-
Packages that use InheritedProplistCallback.InheritedItem Package Description org.apache.subversion.javahl.callback -
-
Uses of InheritedProplistCallback.InheritedItem in org.apache.subversion.javahl.callback
Method parameters in org.apache.subversion.javahl.callback with type arguments of type InheritedProplistCallback.InheritedItem Modifier and Type Method Description void
InheritedProplistCallback. singlePath(java.lang.String path, java.util.Map<java.lang.String,byte[]> properties, java.util.Collection<InheritedProplistCallback.InheritedItem> inherited_properties)
The method will be called once for every file.
-