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.StringDAVConnection.getCapabilityResponse(SVNCapability capability) booleanDAVRepository.hasCapability(SVNCapability capability) voidDAVConnection.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 TypeMethodDescriptionbooleanSVNRepositoryImpl.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 SVNCapabilitySVNCapability.ATOMIC_REVPROPSRepresents the capability of specifying (and atomically verifying) expected preexisting values when modifying revprops.static final SVNCapabilitySVNCapability.COMMIT_REVPROPSRepresents the capability of committing revision properties modifications along with a normal transaction.static final SVNCapabilitySVNCapability.DEPTHRepresents 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 SVNCapabilitySVNCapability.EPHEMERAL_PROPSstatic final SVNCapabilitySVNCapability.INHERITED_PROPSstatic final SVNCapabilitySVNCapability.LOG_REVPROPSRepresents the capability of retrieving arbitrary revision properties.static final SVNCapabilitySVNCapability.MERGE_INFORepresents the capability of the repository to support merge-tracking information.static final SVNCapabilitySVNCapability.PARTIAL_REPLAYRepresents 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 booleanSVNRepository.hasCapability(SVNCapability capability) Returnstrueif the repository has specifiedcapability.