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 ISVNPropertyValueProvider
SVNWCClient16.PropSetHandlerExt.myPropValueProvider
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNPropertyValueProviderModifier and TypeMethodDescriptionvoid
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 traversedprivate void
SVNWCClient16.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 ISVNPropertyValueProvider
SvnCodec.propertyValueProvider
(ISvnPropertyValueProvider propertyValueProvider) Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNPropertyValueProviderModifier and TypeMethodDescriptionstatic 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 ISVNPropertyValueProviderModifier and TypeMethodDescriptionvoid
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