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, List<SvnInheritedProperties> propsList) private voidSVNPropGetCommand.printInhertiedPropertiesXML(SvnTarget target, String propertyName, List<SvnInheritedProperties> propsList) private voidSVNPropListCommand.printInhertiedPropertiesXML(SvnTarget target, 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 List<SvnInheritedProperties>SVNClientImpl.PropertiesReceiverProvider.lastInheritedPropertiesMethods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type SvnInheritedPropertiesModifier and TypeMethodDescriptionprivate ISvnObjectReceiver<List<SvnInheritedProperties>>SVNClientImpl.PropertiesReceiverProvider.getInheritedPropertiesReceiver()Method parameters in org.tmatesoft.svn.core.javahl17 with type arguments of type SvnInheritedPropertiesModifier and TypeMethodDescriptionprivate static Collection<InheritedProplistCallback.InheritedItem>SVNClientImpl.getInheritedProperties(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<List<SvnInheritedProperties>>SvnGetProperties.inheritedPropertiesReceiverMethods in org.tmatesoft.svn.core.wc2 that return types with arguments of type SvnInheritedPropertiesMethod parameters in org.tmatesoft.svn.core.wc2 with type arguments of type SvnInheritedPropertiesModifier and TypeMethodDescriptionvoidSvnGetProperties.setTargetInheritedPropertiesReceiver(ISvnObjectReceiver<List<SvnInheritedProperties>> receiver)