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 SVNPropertyDataSVNPropertiesCommand.getPathProperty(java.io.File path) protected SVNPropertyDataSVNPropertiesCommand.getRevisionProperty(long revision) protected SVNPropertyDataSVNPropertiesCommand.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.StringBufferSVNXMLCommand.addXMLProp(SVNPropertyData property, boolean inheritedProperty, java.lang.StringBuffer xmlBuffer) voidSVNPropDelCommand.handleProperty(long revision, SVNPropertyData property) voidSVNPropertiesCommand.handleProperty(long revision, SVNPropertyData property) voidSVNPropertiesCommand.handleProperty(java.io.File path, SVNPropertyData property) voidSVNPropertiesCommand.handleProperty(SVNURL url, SVNPropertyData property) voidSVNPropSetCommand.handleProperty(long revision, SVNPropertyData property) Method parameters in org.tmatesoft.svn.cli.svn with type arguments of type SVNPropertyDataModifier and TypeMethodDescriptionprotected voidSVNPropertiesCommand.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 propertypropNameforpath.SVNWCClient16.doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision) Gets the value of the propertypropNameforurl. -
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 SVNPropertyDataSvnNgSetProperty.run(SVNWCContext context) Method parameters in org.tmatesoft.svn.core.internal.wc2.ng with type arguments of type SVNPropertyDataModifier and TypeMethodDescriptionstatic voidSvnNgPropertiesManager.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 voidSvnNgPropertiesManager.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 voidSvnNgPropertiesManager.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 TypeMethodDescriptionvoidSvnOldGetProperties.handleProperty(long revision, SVNPropertyData property) voidSvnOldGetProperties.handleProperty(java.io.File path, SVNPropertyData property) voidSvnOldGetProperties.handleProperty(SVNURL url, SVNPropertyData property) voidSvnOldSetProperty.handleProperty(long revision, SVNPropertyData property) voidSvnOldSetProperty.handleProperty(java.io.File path, SVNPropertyData property) voidSvnOldSetProperty.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 TypeMethodDescriptionvoidSvnRemoteSetPropertyImpl.handleProperty(long revision, SVNPropertyData property) voidSvnRemoteSetPropertyImpl.handleProperty(java.io.File path, SVNPropertyData property) voidSvnRemoteSetPropertyImpl.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 TypeMethodDescriptionvoidJavaHLPropertyHandler.handleProperty(long revision, SVNPropertyData property) voidJavaHLPropertyHandler.handleProperty(java.io.File path, SVNPropertyData property) voidJavaHLPropertyHandler.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 propertypropNameforpath.SVNWCClient.doGetProperty(SVNURL url, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision) Gets the value of the propertypropNameforurl.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNPropertyDataModifier and TypeMethodDescriptionvoidISVNPropertyHandler.handleProperty(long revision, SVNPropertyData property) Handles a revision property.voidISVNPropertyHandler.handleProperty(java.io.File path, SVNPropertyData property) Handles local item's properties (located in a Working Copy).voidISVNPropertyHandler.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.propertyReceiverMethods 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 TypeMethodDescriptionvoidSvnRemoteSetProperty.setPropertyReceiver(ISvnObjectReceiver<SVNPropertyData> propertyReceiver) Sets operation's property receiver.