Uses of Interface
org.tmatesoft.svn.core.wc.ISVNPropertyHandler
Packages that use ISVNPropertyHandler
Package
Description
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
-
Uses of ISVNPropertyHandler in org.tmatesoft.svn.cli.svn
Classes in org.tmatesoft.svn.cli.svn that implement ISVNPropertyHandlerModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of ISVNPropertyHandler in org.tmatesoft.svn.core.internal.wc16
Fields in org.tmatesoft.svn.core.internal.wc16 declared as ISVNPropertyHandlerModifier and TypeFieldDescriptionprivate ISVNPropertyHandler
SVNWCClient16.PropFetchHandler.myPropHandler
private ISVNPropertyHandler
SVNWCClient16.PropSetHandler.myPropHandler
private ISVNPropertyHandler
SVNWCClient16.PropSetHandlerExt.myPropHandler
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNPropertyHandlerModifier and TypeMethodDescriptionprivate void
SVNWCClient16.doGetLocalProperty
(SVNEntry entry, SVNAdminArea area, String propName, boolean base, ISVNPropertyHandler handler, SVNDepth depth, Collection changeLists) void
SVNWCClient16.doGetProperty
(File path, String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler) Deprecated.void
SVNWCClient16.doGetProperty
(File path, String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler, Collection changeLists) Invokeshandler
on paths covered bydepth
starting with the specifiedpath
.void
SVNWCClient16.doGetProperty
(SVNURL url, String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler) Deprecated.void
SVNWCClient16.doGetProperty
(SVNURL url, String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler) Invokeshandler
on paths covered bydepth
starting with the specifiedpath
.private void
SVNWCClient16.doGetRemoteProperty
(SVNURL url, String path, SVNRepository repos, String propName, SVNRevision rev, SVNDepth depth, ISVNPropertyHandler handler) void
SVNWCClient16.doGetRevisionProperty
(File path, String propName, SVNRevision revision, ISVNPropertyHandler handler) Gets an unversioned revision property from a repository (getting a repository URL from a Working Copy) and passes it to a provided property handler.private void
SVNWCClient16.doGetRevisionProperty
(SVNRepository repos, String propName, long revNumber, ISVNPropertyHandler handler) long
SVNWCClient16.doGetRevisionProperty
(SVNURL url, String propName, SVNRevision revision, ISVNPropertyHandler handler) Gets an unversioned revision property from a repository and passes it to a provided property handler.void
SVNWCClient16.doSetProperty
(File path, String propName, SVNPropertyValue propValue, boolean force, boolean recursive, ISVNPropertyHandler handler) void
SVNWCClient16.doSetProperty
(File path, String propName, SVNPropertyValue propValue, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, Collection changeLists) SetspropName
topropValue
onpath
.void
SVNWCClient16.doSetProperty
(File path, ISVNPropertyValueProvider propertyValueProvider, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, Collection changeLists) Crawls the working copy atpath
and callsISVNPropertyValueProvider.providePropertyValues(java.io.File,org.tmatesoft.svn.core.SVNProperties)
to get properties to be change on each path being traversedSVNWCClient16.doSetProperty
(SVNURL url, String propName, SVNPropertyValue propValue, SVNRevision baseRevision, String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler) SetspropName
topropValue
onpath
.void
SVNWCClient16.doSetRevisionProperty
(File path, SVNRevision revision, String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropName
topropValue
on revisionrevision
in the repository represented bypath
.void
SVNWCClient16.doSetRevisionProperty
(SVNURL url, SVNRevision revision, String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropName
topropValue
on revisionrevision
in the repository represented bypath
.private void
SVNWCClient16.setLocalProperties
(File path, SVNEntry entry, SVNAdminArea adminArea, boolean force, ISVNPropertyValueProvider propertyValueProvider, ISVNPropertyHandler handler) Constructors in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNPropertyHandlerModifierConstructorDescriptionPropFetchHandler
(Collection changeLists, String propName, ISVNPropertyHandler handler, boolean pristine) PropSetHandler
(boolean isForce, String propName, SVNPropertyValue propValue, ISVNPropertyHandler handler, Collection changeLists) PropSetHandlerExt
(boolean isForce, ISVNPropertyValueProvider propertyValueProvider, ISVNPropertyHandler handler, Collection changeLists) -
Uses of ISVNPropertyHandler in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNPropertyHandlerModifier and TypeMethodDescriptionstatic ISvnObjectReceiver<SVNPropertyData>
SvnCodec.propertyReceiver
(ISVNPropertyHandler handler) -
Uses of ISVNPropertyHandler in org.tmatesoft.svn.core.internal.wc2.old
Classes in org.tmatesoft.svn.core.internal.wc2.old that implement ISVNPropertyHandler -
Uses of ISVNPropertyHandler in org.tmatesoft.svn.core.internal.wc2.remote
Classes in org.tmatesoft.svn.core.internal.wc2.remote that implement ISVNPropertyHandler -
Uses of ISVNPropertyHandler in org.tmatesoft.svn.core.javahl
Classes in org.tmatesoft.svn.core.javahl that implement ISVNPropertyHandler -
Uses of ISVNPropertyHandler in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as ISVNPropertyHandlerModifier and TypeFieldDescriptionstatic final ISVNPropertyHandler
ISVNPropertyHandler.NULL
This is just a default implementation which does nothing.Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNPropertyHandlerModifier and TypeMethodDescriptionvoid
SVNWCClient.doGetProperty
(File path, String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler) void
SVNWCClient.doGetProperty
(File path, String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler, Collection<String> changeLists) Invokeshandler
on paths covered bydepth
starting with the specifiedpath
.void
SVNWCClient.doGetProperty
(SVNURL url, String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler) void
SVNWCClient.doGetProperty
(SVNURL url, String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler) Invokeshandler
on paths covered bydepth
starting with the specifiedpath
.long
SVNWCClient.doGetRevisionProperty
(File path, String propName, SVNRevision revision, ISVNPropertyHandler handler) Gets an unversioned revision property from a repository (getting a repository URL from a Working Copy) and passes it to a provided property handler.long
SVNWCClient.doGetRevisionProperty
(SVNURL url, String propName, SVNRevision revision, ISVNPropertyHandler handler) Gets an unversioned revision property from a repository and passes it to a provided property handler.void
SVNWCClient.doSetProperty
(File path, String propName, SVNPropertyValue propValue, boolean force, boolean recursive, ISVNPropertyHandler handler) void
SVNWCClient.doSetProperty
(File path, String propName, SVNPropertyValue propValue, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, Collection<String> changeLists) SetspropName
topropValue
onpath
.void
SVNWCClient.doSetProperty
(File path, ISVNPropertyValueProvider propertyValueProvider, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, Collection<String> changeLists) Crawls the working copy atpath
and callsISVNPropertyValueProvider.providePropertyValues(java.io.File, org.tmatesoft.svn.core.SVNProperties)
to get properties to be change on each path being traversedSVNWCClient.doSetProperty
(SVNURL url, String propName, SVNPropertyValue propValue, SVNRevision baseRevision, String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler) SetspropName
topropValue
onpath
.void
SVNWCClient.doSetRevisionProperty
(File path, SVNRevision revision, String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropName
topropValue
on revisionrevision
in the repository represented bypath
.void
SVNWCClient.doSetRevisionProperty
(SVNURL url, SVNRevision revision, String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropName
topropValue
on revisionrevision
in the repository represented bypath
.
SVNWCClient16.doGetProperty(File,String,SVNRevision,SVNRevision,SVNDepth,ISVNPropertyHandler,Collection)
instead