Uses of Interface
org.tmatesoft.svn.core.wc.ISVNPropertyValueProvider
-
Packages that use ISVNPropertyValueProvider Package Description org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client. -
-
Uses of ISVNPropertyValueProvider in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNPropertyValueProvider Modifier and Type Method Description void
SVNWCClient16. doSetProperty(java.io.File path, ISVNPropertyValueProvider propertyValueProvider, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection changeLists)
Crawls the working copy atpath
and callsprovidePropertyValues(java.io.File,org.tmatesoft.svn.core.SVNProperties)
to get properties to be change on each path being traversed -
Uses of ISVNPropertyValueProvider in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return ISVNPropertyValueProvider Modifier and Type Method Description static ISVNPropertyValueProvider
SvnCodec. propertyValueProvider(ISvnPropertyValueProvider propertyValueProvider)
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNPropertyValueProvider Modifier and Type Method Description static ISvnPropertyValueProvider
SvnCodec. propertyValueProvider(ISVNPropertyValueProvider propertyValueProvider)
-
Uses of ISVNPropertyValueProvider in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNPropertyValueProvider Modifier and Type Method Description void
SVNWCClient. doSetProperty(java.io.File path, ISVNPropertyValueProvider propertyValueProvider, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection<java.lang.String> changeLists)
Crawls the working copy atpath
and callsprovidePropertyValues(java.io.File, org.tmatesoft.svn.core.SVNProperties)
to get properties to be change on each path being traversed
-