Uses of Interface
org.tmatesoft.svn.core.wc.ISVNPropertyValueProvider
Packages that use ISVNPropertyValueProvider
Package
Description
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 ISVNPropertyValueProviderModifier and TypeFieldDescriptionprivate ISVNPropertyValueProviderSVNWCClient16.PropSetHandlerExt.myPropValueProviderMethods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNPropertyValueProviderModifier and TypeMethodDescriptionvoidSVNWCClient16.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 ISVNPropertyValueProviderModifierConstructorDescriptionPropSetHandlerExt(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 ISVNPropertyValueProviderModifier and TypeMethodDescriptionstatic ISVNPropertyValueProviderSvnCodec.propertyValueProvider(ISvnPropertyValueProvider propertyValueProvider) Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNPropertyValueProviderModifier and TypeMethodDescriptionstatic ISvnPropertyValueProviderSvnCodec.propertyValueProvider(ISVNPropertyValueProvider propertyValueProvider) -
Uses of ISVNPropertyValueProvider in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNPropertyValueProviderModifier and TypeMethodDescriptionvoidSVNWCClient.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