Uses of Class
org.tmatesoft.svn.core.wc2.SvnInheritedProperties
Packages that use SvnInheritedProperties
Package
Description
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
-
Uses of SvnInheritedProperties in org.tmatesoft.svn.cli.svn
Method parameters in org.tmatesoft.svn.cli.svn with type arguments of type SvnInheritedPropertiesModifier and TypeMethodDescriptionprivate voidSVNPropListCommand.printInhertiedProperties(SvnTarget target, java.util.List<SvnInheritedProperties> propsList) private voidSVNPropGetCommand.printInhertiedPropertiesXML(SvnTarget target, java.lang.String propertyName, java.util.List<SvnInheritedProperties> propsList) private voidSVNPropListCommand.printInhertiedPropertiesXML(SvnTarget target, java.util.List<SvnInheritedProperties> propsList) -
Uses of SvnInheritedProperties in org.tmatesoft.svn.core.javahl17
Fields in org.tmatesoft.svn.core.javahl17 with type parameters of type SvnInheritedPropertiesModifier and TypeFieldDescriptionprivate java.util.List<SvnInheritedProperties>SVNClientImpl.PropertiesReceiverProvider.lastInheritedPropertiesMethods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type SvnInheritedPropertiesModifier and TypeMethodDescriptionprivate ISvnObjectReceiver<java.util.List<SvnInheritedProperties>>SVNClientImpl.PropertiesReceiverProvider.getInheritedPropertiesReceiver()Method parameters in org.tmatesoft.svn.core.javahl17 with type arguments of type SvnInheritedPropertiesModifier and TypeMethodDescriptionprivate static java.util.Collection<InheritedProplistCallback.InheritedItem>SVNClientImpl.getInheritedProperties(java.util.List<SvnInheritedProperties> inheritedProperties) -
Uses of SvnInheritedProperties in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 with type parameters of type SvnInheritedPropertiesModifier and TypeFieldDescriptionprivate ISvnObjectReceiver<java.util.List<SvnInheritedProperties>>SvnGetProperties.inheritedPropertiesReceiverMethods in org.tmatesoft.svn.core.wc2 that return types with arguments of type SvnInheritedPropertiesModifier and TypeMethodDescriptionISvnObjectReceiver<java.util.List<SvnInheritedProperties>>SvnGetProperties.getTargetInheritedPropertiesReceiver()Method parameters in org.tmatesoft.svn.core.wc2 with type arguments of type SvnInheritedPropertiesModifier and TypeMethodDescriptionvoidSvnGetProperties.setTargetInheritedPropertiesReceiver(ISvnObjectReceiver<java.util.List<SvnInheritedProperties>> receiver)