Uses of Class
org.tmatesoft.svn.core.wc2.SvnInheritedProperties
-
Packages that use SvnInheritedProperties Package Description org.tmatesoft.svn.cli.svn org.tmatesoft.svn.core.javahl17 org.tmatesoft.svn.core.wc2 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 SvnInheritedProperties Modifier and Type Method Description private 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 SvnInheritedProperties Modifier and Type Field Description private java.util.List<SvnInheritedProperties>
SVNClientImpl.PropertiesReceiverProvider. lastInheritedProperties
Methods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type SvnInheritedProperties Modifier and Type Method Description private ISvnObjectReceiver<java.util.List<SvnInheritedProperties>>
SVNClientImpl.PropertiesReceiverProvider. getInheritedPropertiesReceiver()
Method parameters in org.tmatesoft.svn.core.javahl17 with type arguments of type SvnInheritedProperties Modifier and Type Method Description private 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 SvnInheritedProperties Modifier and Type Field Description private ISvnObjectReceiver<java.util.List<SvnInheritedProperties>>
SvnGetProperties. inheritedPropertiesReceiver
Methods in org.tmatesoft.svn.core.wc2 that return types with arguments of type SvnInheritedProperties Modifier and Type Method Description ISvnObjectReceiver<java.util.List<SvnInheritedProperties>>
SvnGetProperties. getTargetInheritedPropertiesReceiver()
Method parameters in org.tmatesoft.svn.core.wc2 with type arguments of type SvnInheritedProperties Modifier and Type Method Description void
SvnGetProperties. setTargetInheritedPropertiesReceiver(ISvnObjectReceiver<java.util.List<SvnInheritedProperties>> receiver)
-