Uses of Class
org.tmatesoft.svn.core.wc2.SvnGetProperties
Packages that use SvnGetProperties
Package
Description
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 SvnGetProperties in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnGetPropertiesModifier and TypeMethodDescriptionboolean
SvnNgGetProperties.isApplicable
(SvnGetProperties operation, SvnWcGeneration wcGeneration) -
Uses of SvnGetProperties in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SvnGetPropertiesModifier and TypeMethodDescriptionboolean
SvnOldGetProperties.isApplicable
(SvnGetProperties operation, SvnWcGeneration wcGeneration) -
Uses of SvnGetProperties in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type SvnGetPropertiesModifier and TypeMethodDescriptionboolean
SvnRemoteGetProperties.isApplicable
(SvnGetProperties operation, SvnWcGeneration wcGeneration) boolean
SvnRemoteGetRevisionProperties.isApplicable
(SvnGetProperties operation, SvnWcGeneration wcGeneration) -
Uses of SvnGetProperties in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SvnGetPropertiesModifier and TypeMethodDescriptionSvnOperationFactory.createGetProperties()
Creates get properties operation.