Uses of Class
org.tmatesoft.svn.core.wc.SVNPropertyData
Packages that use SVNPropertyData
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.
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
-
Uses of SVNPropertyData in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn that return SVNPropertyDataModifier and TypeMethodDescriptionprotected SVNPropertyData
SVNPropertiesCommand.getPathProperty
(java.io.File path) protected SVNPropertyData
SVNPropertiesCommand.getRevisionProperty
(long revision) protected SVNPropertyData
SVNPropertiesCommand.getURLProperty
(SVNURL url) Methods in org.tmatesoft.svn.cli.svn that return types with arguments of type SVNPropertyDataModifier and TypeMethodDescriptionprivate java.util.List<SVNPropertyData>
SVNPropListCommand.getPropdataList
(SVNProperties properties) Methods in org.tmatesoft.svn.cli.svn with parameters of type SVNPropertyDataModifier and TypeMethodDescriptionprotected java.lang.StringBuffer
SVNXMLCommand.addXMLProp
(SVNPropertyData property, boolean inheritedProperty, java.lang.StringBuffer xmlBuffer) void
SVNPropDelCommand.handleProperty
(long revision, SVNPropertyData property) void
SVNPropertiesCommand.handleProperty
(long revision, SVNPropertyData property) void
SVNPropertiesCommand.handleProperty
(java.io.File path, SVNPropertyData property) void
SVNPropertiesCommand.handleProperty
(SVNURL url, SVNPropertyData property) void
SVNPropSetCommand.handleProperty
(long revision, SVNPropertyData property) Method parameters in org.tmatesoft.svn.cli.svn with type arguments of type SVNPropertyDataModifier and TypeMethodDescriptionprotected void
SVNPropertiesCommand.printProplist
(java.util.List<SVNPropertyData> props, boolean omitNewLine) -
Uses of SVNPropertyData in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 that return SVNPropertyDataModifier and TypeMethodDescriptionSVNWCClient16.doGetProperty
(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision) Gets the value of the propertypropName
forpath
.SVNWCClient16.doGetProperty
(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision) Gets the value of the propertypropName
forurl
. -
Uses of SVNPropertyData in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return types with arguments of type SVNPropertyDataModifier and TypeMethodDescriptionstatic ISvnObjectReceiver<SVNPropertyData>
SvnCodec.propertyReceiver
(ISVNPropertyHandler handler) -
Uses of SVNPropertyData in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNPropertyDataModifier and TypeMethodDescriptionprotected SVNPropertyData
SvnNgSetProperty.run
(SVNWCContext context) Method parameters in org.tmatesoft.svn.core.internal.wc2.ng with type arguments of type SVNPropertyDataModifier and TypeMethodDescriptionstatic void
SvnNgPropertiesManager.setProperty
(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver, java.util.Collection<java.lang.String> changelists) static void
SvnNgPropertiesManager.setProperty
(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, ISvnPropertyValueProvider pvProvider, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver, java.util.Collection<java.lang.String> changelists) static void
SvnNgPropertiesManager.setProperty
(SVNWCContext context, java.io.File path, SVNNodeKind kind, java.lang.String propertyName, SVNPropertyValue value, ISvnPropertyValueProvider pvProvider, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver) -
Uses of SVNPropertyData in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return SVNPropertyDataMethods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNPropertyDataModifier and TypeMethodDescriptionvoid
SvnOldGetProperties.handleProperty
(long revision, SVNPropertyData property) void
SvnOldGetProperties.handleProperty
(java.io.File path, SVNPropertyData property) void
SvnOldGetProperties.handleProperty
(SVNURL url, SVNPropertyData property) void
SvnOldSetProperty.handleProperty
(long revision, SVNPropertyData property) void
SvnOldSetProperty.handleProperty
(java.io.File path, SVNPropertyData property) void
SvnOldSetProperty.handleProperty
(SVNURL url, SVNPropertyData property) -
Uses of SVNPropertyData in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote that return SVNPropertyDataMethods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type SVNPropertyDataModifier and TypeMethodDescriptionvoid
SvnRemoteSetPropertyImpl.handleProperty
(long revision, SVNPropertyData property) void
SvnRemoteSetPropertyImpl.handleProperty
(java.io.File path, SVNPropertyData property) void
SvnRemoteSetPropertyImpl.handleProperty
(SVNURL url, SVNPropertyData property) -
Uses of SVNPropertyData in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type SVNPropertyDataModifier and TypeMethodDescriptionvoid
JavaHLPropertyHandler.handleProperty
(long revision, SVNPropertyData property) void
JavaHLPropertyHandler.handleProperty
(java.io.File path, SVNPropertyData property) void
JavaHLPropertyHandler.handleProperty
(SVNURL url, SVNPropertyData property) -
Uses of SVNPropertyData in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNPropertyDataModifier and TypeMethodDescriptionSVNWCClient.doGetProperty
(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision) Gets the value of the propertypropName
forpath
.SVNWCClient.doGetProperty
(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision) Gets the value of the propertypropName
forurl
.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNPropertyDataModifier and TypeMethodDescriptionvoid
ISVNPropertyHandler.handleProperty
(long revision, SVNPropertyData property) Handles a revision property.void
ISVNPropertyHandler.handleProperty
(java.io.File path, SVNPropertyData property) Handles local item's properties (located in a Working Copy).void
ISVNPropertyHandler.handleProperty
(SVNURL url, SVNPropertyData property) Handles remote item's properies (located in a repository). -
Uses of SVNPropertyData in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 with type parameters of type SVNPropertyDataModifier and TypeFieldDescriptionprivate ISvnObjectReceiver<SVNPropertyData>
SvnRemoteSetProperty.propertyReceiver
Methods in org.tmatesoft.svn.core.wc2 that return types with arguments of type SVNPropertyDataModifier and TypeMethodDescriptionSvnRemoteSetProperty.getPropertyReceiver()
Returns operation's property receiver.Method parameters in org.tmatesoft.svn.core.wc2 with type arguments of type SVNPropertyDataModifier and TypeMethodDescriptionvoid
SvnRemoteSetProperty.setPropertyReceiver
(ISvnObjectReceiver<SVNPropertyData> propertyReceiver) Sets operation's property receiver.