Uses of Class
org.tmatesoft.svn.core.wc2.SvnInheritedProperties
-
Packages that use SvnInheritedProperties Package Description 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.core.wc2
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)
-