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 void
SVNPropListCommand.printInhertiedProperties
(SvnTarget target, List<SvnInheritedProperties> propsList) private void
SVNPropGetCommand.printInhertiedPropertiesXML
(SvnTarget target, String propertyName, List<SvnInheritedProperties> propsList) private void
SVNPropListCommand.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.lastInheritedProperties
Methods 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.inheritedPropertiesReceiver
Methods 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 TypeMethodDescriptionvoid
SvnGetProperties.setTargetInheritedPropertiesReceiver
(ISvnObjectReceiver<List<SvnInheritedProperties>> receiver)