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