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 TypeClassDescriptionclassclassclassclassclassclass -
Uses of ISVNPropertyHandler in org.tmatesoft.svn.core.internal.wc16
Fields in org.tmatesoft.svn.core.internal.wc16 declared as ISVNPropertyHandlerModifier and TypeFieldDescriptionprivate ISVNPropertyHandlerSVNWCClient16.PropFetchHandler.myPropHandlerprivate ISVNPropertyHandlerSVNWCClient16.PropSetHandler.myPropHandlerprivate ISVNPropertyHandlerSVNWCClient16.PropSetHandlerExt.myPropHandlerMethods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNPropertyHandlerModifier and TypeMethodDescriptionprivate voidSVNWCClient16.doGetLocalProperty(SVNEntry entry, SVNAdminArea area, java.lang.String propName, boolean base, ISVNPropertyHandler handler, SVNDepth depth, java.util.Collection changeLists) voidSVNWCClient16.doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler) Deprecated.voidSVNWCClient16.doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection changeLists) Invokeshandleron paths covered bydepthstarting with the specifiedpath.voidSVNWCClient16.doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler) Deprecated.voidSVNWCClient16.doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler) Invokeshandleron paths covered bydepthstarting with the specifiedpath.private voidSVNWCClient16.doGetRemoteProperty(SVNURL url, java.lang.String path, SVNRepository repos, java.lang.String propName, SVNRevision rev, SVNDepth depth, ISVNPropertyHandler handler) voidSVNWCClient16.doGetRevisionProperty(java.io.File path, java.lang.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 voidSVNWCClient16.doGetRevisionProperty(SVNRepository repos, java.lang.String propName, long revNumber, ISVNPropertyHandler handler) longSVNWCClient16.doGetRevisionProperty(SVNURL url, java.lang.String propName, SVNRevision revision, ISVNPropertyHandler handler) Gets an unversioned revision property from a repository and passes it to a provided property handler.voidSVNWCClient16.doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean force, boolean recursive, ISVNPropertyHandler handler) voidSVNWCClient16.doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection changeLists) SetspropNametopropValueonpath.voidSVNWCClient16.doSetProperty(java.io.File path, ISVNPropertyValueProvider propertyValueProvider, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection changeLists) Crawls the working copy atpathand callsISVNPropertyValueProvider.providePropertyValues(java.io.File,org.tmatesoft.svn.core.SVNProperties)to get properties to be change on each path being traversedSVNWCClient16.doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler) SetspropNametopropValueonpath.voidSVNWCClient16.doSetRevisionProperty(java.io.File path, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropNametopropValueon revisionrevisionin the repository represented bypath.voidSVNWCClient16.doSetRevisionProperty(SVNURL url, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropNametopropValueon revisionrevisionin the repository represented bypath.private 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 ISVNPropertyHandlerModifierConstructorDescriptionPropFetchHandler(java.util.Collection changeLists, java.lang.String propName, ISVNPropertyHandler handler, boolean pristine) PropSetHandler(boolean isForce, java.lang.String propName, SVNPropertyValue propValue, ISVNPropertyHandler handler, java.util.Collection changeLists) PropSetHandlerExt(boolean isForce, ISVNPropertyValueProvider propertyValueProvider, ISVNPropertyHandler handler, java.util.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 ISVNPropertyHandlerISVNPropertyHandler.NULLThis is just a default implementation which does nothing.Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNPropertyHandlerModifier and TypeMethodDescriptionvoidSVNWCClient.doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler) voidSVNWCClient.doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection<java.lang.String> changeLists) Invokeshandleron paths covered bydepthstarting with the specifiedpath.voidSVNWCClient.doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, boolean recursive, ISVNPropertyHandler handler) voidSVNWCClient.doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision, SVNDepth depth, ISVNPropertyHandler handler) Invokeshandleron paths covered bydepthstarting with the specifiedpath.longSVNWCClient.doGetRevisionProperty(java.io.File path, java.lang.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.longSVNWCClient.doGetRevisionProperty(SVNURL url, java.lang.String propName, SVNRevision revision, ISVNPropertyHandler handler) Gets an unversioned revision property from a repository and passes it to a provided property handler.voidSVNWCClient.doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean force, boolean recursive, ISVNPropertyHandler handler) voidSVNWCClient.doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection<java.lang.String> changeLists) SetspropNametopropValueonpath.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 callsISVNPropertyValueProvider.providePropertyValues(java.io.File, org.tmatesoft.svn.core.SVNProperties)to get properties to be change on each path being traversedSVNWCClient.doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler) SetspropNametopropValueonpath.voidSVNWCClient.doSetRevisionProperty(java.io.File path, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropNametopropValueon revisionrevisionin the repository represented bypath.voidSVNWCClient.doSetRevisionProperty(SVNURL url, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropNametopropValueon revisionrevisionin the repository represented bypath.
SVNWCClient16.doGetProperty(File,String,SVNRevision,SVNRevision,SVNDepth,ISVNPropertyHandler,Collection)instead