Uses of Class
org.tmatesoft.svn.core.wc.SVNPropertyData
-
Packages that use SVNPropertyData Package Description org.tmatesoft.svn.cli.svn org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.old org.tmatesoft.svn.core.internal.wc2.remote org.tmatesoft.svn.core.javahl This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package.org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client.org.tmatesoft.svn.core.wc2 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 SVNPropertyData Modifier and Type Method Description protected 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 SVNPropertyData Modifier and Type Method Description private java.util.List<SVNPropertyData>SVNPropListCommand. getPropdataList(SVNProperties properties)Methods in org.tmatesoft.svn.cli.svn with parameters of type SVNPropertyData Modifier and Type Method Description protected 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 SVNPropertyData Modifier and Type Method Description protected 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 SVNPropertyData Modifier and Type Method Description SVNPropertyDataSVNWCClient16. doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision)Gets the value of the propertypropNameforpath.SVNPropertyDataSVNWCClient16. 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 SVNPropertyData Modifier and Type Method Description static 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 SVNPropertyData Modifier and Type Method Description protected SVNPropertyDataSvnNgSetProperty. run(SVNWCContext context)Method parameters in org.tmatesoft.svn.core.internal.wc2.ng with type arguments of type SVNPropertyData Modifier and Type Method Description static 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 SVNPropertyData Modifier and Type Method Description protected SVNPropertyDataSvnOldSetProperty. run()Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNPropertyData Modifier and Type Method Description voidSvnOldGetProperties. 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 SVNPropertyData Modifier and Type Method Description protected SVNPropertyDataSvnRemoteSetRevisionProperty. run()Methods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type SVNPropertyData Modifier and Type Method Description voidSvnRemoteSetPropertyImpl. 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 SVNPropertyData Modifier and Type Method Description voidJavaHLPropertyHandler. 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 SVNPropertyData Modifier and Type Method Description SVNPropertyDataSVNWCClient. doGetProperty(java.io.File path, java.lang.String propName, SVNRevision pegRevision, SVNRevision revision)Gets the value of the propertypropNameforpath.SVNPropertyDataSVNWCClient. 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 SVNPropertyData Modifier and Type Method Description voidISVNPropertyHandler. 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 SVNPropertyData Modifier and Type Field Description private ISvnObjectReceiver<SVNPropertyData>SvnRemoteSetProperty. propertyReceiverMethods in org.tmatesoft.svn.core.wc2 that return types with arguments of type SVNPropertyData Modifier and Type Method Description ISvnObjectReceiver<SVNPropertyData>SvnRemoteSetProperty. getPropertyReceiver()Returns operation's property receiver.Method parameters in org.tmatesoft.svn.core.wc2 with type arguments of type SVNPropertyData Modifier and Type Method Description voidSvnRemoteSetProperty. setPropertyReceiver(ISvnObjectReceiver<SVNPropertyData> propertyReceiver)Sets operation's property receiver.
-