Uses of Class
org.tmatesoft.svn.core.io.SVNCapability
-
Packages that use SVNCapability Package Description org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.io 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 SVNCapability Modifier and Type Method Description java.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 Modifier and Type Method Description boolean
FSRepository. hasCapability(SVNCapability capability)
-
Uses of SVNCapability in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNCapability Modifier and Type Method Description boolean
SVNRepositoryImpl. hasCapability(SVNCapability capability)
-
Uses of SVNCapability in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as SVNCapability Modifier and Type Field Description static SVNCapability
SVNCapability. ATOMIC_REVPROPS
Represents the capability of specifying (and atomically verifying) expected preexisting values when modifying revprops.static SVNCapability
SVNCapability. COMMIT_REVPROPS
Represents the capability of committing revision properties modifications along with a normal transaction.static 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 SVNCapability
SVNCapability. EPHEMERAL_PROPS
static SVNCapability
SVNCapability. INHERITED_PROPS
static SVNCapability
SVNCapability. LOG_REVPROPS
Represents the capability of retrieving arbitrary revision properties.static SVNCapability
SVNCapability. MERGE_INFO
Represents the capability of the repository to support merge-tracking information.static 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 SVNCapability Modifier and Type Method Description abstract boolean
SVNRepository. hasCapability(SVNCapability capability)
Returnstrue
if the repository has specifiedcapability
.
-