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
Fields in org.tmatesoft.svn.core.internal.wc16 declared as ISVNPropertyValueProvider Modifier and Type Field Description private ISVNPropertyValueProviderSVNWCClient16.PropSetHandlerExt. myPropValueProviderMethods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNPropertyValueProvider Modifier and Type Method Description voidSVNWCClient16. doSetProperty(java.io.File path, ISVNPropertyValueProvider propertyValueProvider, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection changeLists)Crawls the working copy atpathand callsprovidePropertyValues(java.io.File,org.tmatesoft.svn.core.SVNProperties)to get properties to be change on each path being traversedprivate voidSVNWCClient16. setLocalProperties(java.io.File path, SVNEntry entry, SVNAdminArea adminArea, boolean force, ISVNPropertyValueProvider propertyValueProvider, ISVNPropertyHandler handler)Constructors in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNPropertyValueProvider Constructor Description PropSetHandlerExt(boolean isForce, ISVNPropertyValueProvider propertyValueProvider, ISVNPropertyHandler handler, java.util.Collection changeLists) -
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 ISVNPropertyValueProviderSvnCodec. propertyValueProvider(ISvnPropertyValueProvider propertyValueProvider)Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNPropertyValueProvider Modifier and Type Method Description static ISvnPropertyValueProviderSvnCodec. 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 voidSVNWCClient. doSetProperty(java.io.File path, ISVNPropertyValueProvider propertyValueProvider, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection<java.lang.String> changeLists)Crawls the working copy atpathand callsprovidePropertyValues(java.io.File, org.tmatesoft.svn.core.SVNProperties)to get properties to be change on each path being traversed
-