Uses of Class
org.tmatesoft.svn.core.io.SVNCapability
Packages that use SVNCapability
Package
Description
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
-
Uses of SVNCapability in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type SVNCapabilityModifier and TypeMethodDescriptionjava.lang.String
DAVConnection.getCapabilityResponse
(SVNCapability capability) boolean
DAVRepository.hasCapability
(SVNCapability capability) void
DAVConnection.setCapability
(SVNCapability capability, java.lang.String capResult) -
Uses of SVNCapability in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNCapability -
Uses of SVNCapability in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNCapabilityModifier and TypeMethodDescriptionboolean
SVNRepositoryImpl.hasCapability
(SVNCapability capability) -
Uses of SVNCapability in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as SVNCapabilityModifier and TypeFieldDescriptionstatic final SVNCapability
SVNCapability.ATOMIC_REVPROPS
Represents the capability of specifying (and atomically verifying) expected preexisting values when modifying revprops.static final SVNCapability
SVNCapability.COMMIT_REVPROPS
Represents the capability of committing revision properties modifications along with a normal transaction.static final SVNCapability
SVNCapability.DEPTH
Represents the capability of the repository to understand what the client means when the client describes the depth of a working copy to the server.static final SVNCapability
SVNCapability.EPHEMERAL_PROPS
static final SVNCapability
SVNCapability.INHERITED_PROPS
static final SVNCapability
SVNCapability.LOG_REVPROPS
Represents the capability of retrieving arbitrary revision properties.static final SVNCapability
SVNCapability.MERGE_INFO
Represents the capability of the repository to support merge-tracking information.static final SVNCapability
SVNCapability.PARTIAL_REPLAY
Represents the capability of replaying a directory in the repository (partial replay).Methods in org.tmatesoft.svn.core.io with parameters of type SVNCapabilityModifier and TypeMethodDescriptionabstract boolean
SVNRepository.hasCapability
(SVNCapability capability) Returnstrue
if the repository has specifiedcapability
.