Uses of Class
org.apache.subversion.javahl.callback.InheritedProplistCallback.InheritedItem
-
Packages that use InheritedProplistCallback.InheritedItem Package Description org.apache.subversion.javahl.callback org.tmatesoft.svn.core.javahl17 -
-
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. -
Uses of InheritedProplistCallback.InheritedItem in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type InheritedProplistCallback.InheritedItem Modifier and Type Method Description private static java.util.Collection<InheritedProplistCallback.InheritedItem>
SVNClientImpl. getInheritedProperties(java.util.List<SvnInheritedProperties> inheritedProperties)
-